Popup tabs:
Global:
Visible? {{action.scopes.global.show ? 'Yes' : 'No'}}
Button label?
{{action.scopes.global.label ? action.scopes.global.label : (action.label ? action.label : '')}}
Keyboard shortcut:
{{action.scopes.global.shortcut ? parseActionShortcut(action.scopes.global.shortcut[0]) : 'None'}}
Site:
Visible? {{action.scopes.site.show ? 'Yes' : 'No'}}
Button label?
{{action.scopes.site.label ? action.scopes.site.label : (action.label ? action.label : '')}}
Keyboard shortcut:
{{action.scopes.site.shortcut ? parseActionShortcut(action.scopes.site.shortcut[0]) : 'None'}}
Page:
Visible? {{action.scopes.page.show ? 'Yes' : 'No'}}
Button label?
{{action.scopes.page.label ? action.scopes.page.label : (action.label ? action.label : '')}}
Keyboard shortcut:
{{action.scopes.page.shortcut ? parseActionShortcut(action.scopes.page.shortcut[0]) : 'None'}}