-
|
I have multiple extensions that I want to offer to people as a package. Is it possible to allow users to pay for one extension via extension pay then be allowed to login to their account and be given access to another extension ? |
Beta Was this translation helpful? Give feedback.
Answered by
burkybang
Aug 30, 2025
Replies: 1 comment 2 replies
-
|
I don't see why not. Just use the same ExtensionPay extension ID for each extension. You could use cross-extension messaging to automatically log users into other extensions if they log into one. https://developer.chrome.com/docs/extensions/develop/concepts/messaging#external |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
m4yow4f
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't see why not. Just use the same ExtensionPay extension ID for each extension.
You could use cross-extension messaging to automatically log users into other extensions if they log into one.
https://developer.chrome.com/docs/extensions/develop/concepts/messaging#external