Edge Extension
3 TopicsEdge extensions -- chrome.identity API is not a good UX
I am developing an Edge extension that connects to a Google account. So far, I've managed to connect using `chrome.identity.launchWebAuthFlow()`, but the user experience is not good -- I am forced to reconnect every hour to retrieve a new access token. In Chrome this is not a problem because it supports `chrome.identity.getAuthToken()`, which handles token refresh automatically. Is there a solution where the user doesn't have to reconnect their Google account every hour?559Views0likes0CommentsUnable to publish extension
Hi, I have created an extension named "Chipotle" and I thought of publishing it. I have an account on partner center. While I try uploading my .zip file, it takes a whole lot of time but never completes and when I close browser and see, I can see its uploaded in draft state. Its been 10 days, it never give me an option to proceed further. I have attached a screen shot of same. Please help me on this. Regards, Ethen321946Views0likes1CommentEdge Stable crashing on extension function chrome.identity.launchWebAuthFlow
I've developed an Edge extension which allows users to login with their Google account. I use the https://developer.chrome.com/docs/extensions/reference/identity/#method-launchWebAuthFlow function for that and everything works fine. Problem is when you synchronize the Edge browser and the extension gets automatically installed, for some reason Edge crashes as soon as the launchWebAuthFlow function is called. I analyzed the Edge dump and it's the msedge.dll crashing. It works fine using Edge Beta instead. Below is the crash dump:9.5KViews0likes33Comments