I'm seeing that for some users chrome.commands.getAll() returns `execute_action` as an empty string on Chrome 110.
https://developer.chrome.com/docs/extensions/reference/commands/#verify-commands-registered suggests that we should prompt the user that the command is unassigned.
If we do add such a prompt, the only way to correct it is for the user to go to chrome://extensions/shortcuts and reset the shortcut.
chrome://extensions/shortcuts however still shows the shortcut as registered when in-practice it isn't. This can be misleading for the user when troubleshooting.
Is there any another way to refresh the shortcut / prompt the user to reset the command shortcut for execute_action?
Also, what are the causes for execute_action to be empty apart from another extension already having claimed the shortcut command.