2

Recently I starter to work on my Chromium MS Edge extension and I want to use CI/CD pipeline with step for publishing extension to MS add-on store. Google chrome extension can be published using webstore API. Is it possible to use something similar with new Edge?

tprieboj
  • 1,680
  • 6
  • 31
  • 54
  • There is no extension publishing API available to publish the extension to the MS add-on store. Does the suggestion I provided you in the answer to help you to get the answer for your question? If yes, you can try to accept the answer. It can help other community members in the future in similar kinds of issues. Thanks for your understanding. – Deepak-MSFT Jul 14 '20 at 06:02

1 Answers1

0

I try to check the documentation for publishing the Edge (Chromium) extension to the MS add-on store.

It looks like at present there is no extension publishing API available to publish the extension to the MS add-on store.

To get detailed information about publishing the Edge (Chromium) extension to the MS add-on store you can refer to the link below.

Publish An Extension

Deepak-MSFT
  • 10,379
  • 1
  • 12
  • 19
  • I too would like an api. Firefox and Chrome both have apis. :( Make it really annoying to upload with CI/CD – aeharding Sep 15 '20 at 16:50