implamenting the electron-chrome-web-store package in my app isent working #97
IroniumStudios
started this conversation in
General
Replies: 1 comment 1 reply
-
The Electron.Session passed to setupChromeWebStore needs to be the session used for browsing the web store. Is that the case for your browser? Also, open the devtools to check that there are no errors in loading the preload. You can confirm it's working if chrome.webstorePrivate exists. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i treid implamenting your example in the application.ts where my app initializes, but when I did, I went to the chrome web store with my implementation of electron-chrome-extensions and it still says I need to install chrome to install extensions
here's my implementation
here's the example I based the code off of
could you please help?
Beta Was this translation helpful? Give feedback.
All reactions