I have an extension for internal use, so I need to:
1. host the .crx file on my enterprise server instead of Microsoft Store
2. Install the extension on user browser silently
According to the best answer here:
https://techcommunity.microsoft.com/t5/enterprise/how-do-i-deploy-custom-in-house-chromium-edge-extensions-to-my/m-p/1199345
I have tried the extensionInstallForceList and extensioninstallsources policies but not able to install the extension. I might need example to illustrate how to setup correctly.
if I have already hosted the .crx file on https://abc.com/resources/app.crx (Extension ID: abcabcabc), what would be the exact configuration/url to put in the extensionInstallForceList and extensioninstallsources respectively?
Is there any other configuration I might be missing?
Once I have the setup completed, how long does it take for the extension to install on browser? so that I can verify whether my setup is working
Thanks.