
Hi @Plamen Trifonov,
You only need 2 policies for this:
- ExtensionSettings --- Remove all unpacked extensions (preventing web extensions from being removed). The policy value:
{ "*": {"installation_mode": "removed" }, "update_url:https://clients2.google.com/service/update2/crx":{"installation_mode":"allowed"}, "update_url:https://edge.microsoft.com/extensionwebstorebase/v1/crx":{"installation_mode":"allowed"}}
- ExtensionInstallForcelist --- Specify which extension should be forcibly installed (and should not be removed by ExtensionSettings)
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best Regards,
Shijie Li