I'm currently working on a Microsoft Edge extension which will be deployed in an enterprise environment.
The Edge extension has been currently installed manually (and reloaded at each browser restart since it's from an unknown source).
For Internet Explorer extensions, the DLL can be registered on the system with RegAsm and a Registry tweak allows loading all add-ons (the IgnoreFrameApprovalCheck key, see this link) without any user prompt.
Is there a similar way of adding Edge extensions automatically to the browser with no user interaction?
Thank you!