microsoft / MicrosoftEdge-Extensions

This is a community space for Microsoft Edge Add-ons developers, to share resources and information about building, publishing and growing their Microsoft Edge extension.
MIT License
141 stars 128 forks source link

[FeatureReq - Partner Center] Option to download the zip of "Extension Under Review" #87

Open 11Ashish11 opened 1 year ago

11Ashish11 commented 1 year ago

Is your feature request related to a problem? Please describe. Whenever we submit any extension to review. If it goes into "review stage" we have no way to check the zip of the submitted extension which is under review. My usecase is, we use Edge APIs to directly upload and publish our extensions. But in some cases we don't keep the last few versions with us and we only keep the last one. In case we submit now another one, that extension would go into draft and we dont have way to check the second last extension which is under review currently.

Describe the solution you'd like This could be solved if we get a download option for the extension which is under review.

Additional context We have been facing this issue because Edge Store takes a lot of time for review always ( 3-7) days unlike Chrome Store ( within 1 hour also sometimes) and sometimes we need to check the currently submitted extension under review.

sivsouvamMSFT commented 1 year ago

Hello @11Ashish11, thank you for raising the feature request. We will keep you posted on the updates on it.

bolin-L commented 1 year ago

Hello @11Ashish11, thank you for raising the feature request. We will keep you posted on the updates on it.

We have been facing this issue too. below is our sences

  1. After the extension is released to Partner Center but before it is approved by the Edge team, the latest version needs to be provided to users in order to fix problems urgently. It is necessary to provide an offline package, so that it can be associated with the extension in Partner Center.
  2. When our extension needs to perform partial verification for a small number of users, it also needs to provide an offline package method, and release it after a small number of users pass the verification
  3. Some of our users’ network access to microsoft.com is relatively slow. We can download the extension offline package and upload it to our own CDN, and then provide it to users for manual installation

I really hope to add this function. Google’s browser extension supports downloading crx offline package. I hope Edge can also support it. Thank you

Google Chrome Extension: https://s.17win.com/snack/123/0b7d7aca8fb84147985733e544d49112.png

Edge Extension: https://s.17win.com/snack/123/6d035155e42946e18c89bf8387b294af.png