Add MS Edge extension

Hi All,

I have used below command to add MS edge extension,but after execution extension is not getting.please help on this issue.

Configure-EdgeExtension -Add -ExtensionID “mhpigfckgphoiifbehgajfbkocihbaho” -InstallationMode “force_installed” -UpdateUrl “SAP GUI connector for Microsoft Edge - Microsoft Edge Addons

Regards
Anil

Best place to request this is here

I just don’t see them adding it to 3.10.2.
Way more likely in V4.0

I had similar request once there’s a place in registry where you can simply post the url and it will auto download and install the extension. I can look that up when I log in tomorrow, let me know if you’re still looking for help -I can certainly do so.

1 Like

Thanks, Please share some sample code where to add exactly,It will help pretty much.

Most easy seems to be to use the registry method described here:
https://learn.microsoft.com/en-us/microsoft-edge/extensions-chromium/developer-guide/alternate-distribution-options#use-the-windows-registry-windows-only

1 Like

yes,I had tried this as well,it won’t work for me.Don’t know what’s the wrong,Can you please check in below one.

I think you put it in a wrong way. This is working for me. Mind the ID key.

No,Its not working,once we run any command it should add by default here edge://extensions/ for you its shows the prompt even iam not getting that prompt as well.

Finally i got it by using the command Configure-EdgeExtension -Add -ExtensionID “mhpigfckgphoiifbehgajfbkocihbaho” -InstallationMode “force_installed” -UpdateUrl “https://edge.microsoft.com/extensionwebstorebase/v1/crx

But there is no remove button after the details and button was greyed out as showed below.

Hi, great that it worked out. I think the button is greyed out because you use the “force_installed”. what happens if you use the value “normal_installed”?
Configure-EdgeExtension Command

Hi,I used as you suggested its worked as expected, Thanks. But still “remove” button was not appear, I tried with other options as well, below is the example