You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for custom login script to evaluate extensions requiring authentication (more than 50% of all extensions).
Solution
Puppeteer powers Exthouse and allows us to get an extension page. A custom script could do some extra steps to finish the authentication and extension install.
Possible API
login.js
exports.handler=async(extension,page)=>{// perform steps for login}
Use the login script:
exthouse my-ext.crx --require=login.js
The text was updated successfully, but these errors were encountered:
Add support for custom login script to evaluate extensions requiring authentication (more than 50% of all extensions).
Solution
Puppeteer powers Exthouse and allows us to get an extension page. A custom script could do some extra steps to finish the authentication and extension install.
Possible API
login.js
Use the login script:
The text was updated successfully, but these errors were encountered: