-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for opening side panel without user interaction #472
Comments
Firefox's |
Upvoting this request! We're building a productivity extension and it hinders its usefulness if users have to remember to open the extension first. |
Would like to add to this request, that starting with Chrome 118+ it is possible to programmatically open the popup ( Since that works without user interaction, I would expect that the |
Relevant issue on Firefox's side, plus discussion on options: https://bugzilla.mozilla.org/show_bug.cgi?id=1800401 P.S.: Hoi Kees! |
Upvoting! |
Context
sidePanel.open()
method supports programmatically opening in response to user interaction in ChromeExample Use Cases
Options:
<all_urls>
permissionDiscussion
<all_urls>
permissions could make sense, as compliance/governance/security extensions would likely have that permission already, and it also already triggers a more in-depth store review (at least for Chrome)Related Features/Permissions/APIs
action.openPopup
does not require user interaction in Chrome<all_urls>
permissionThe text was updated successfully, but these errors were encountered: