Posted on 03-20-2023 05:30 AM
Hi Guys,
working on a project where i need to force install certain extensions in Edge. They Keys are there and I have tried configuring using profile creator, JAMF JSON and BIll's JSON. No luck. Edge sees that its managed and allowed extensions install no problem. Blocked extensions are blocked, but those that should be force installed are not working. reaching out asking am I missing a recent change and if anyone has these working?
TIA
Posted on 03-20-2023 11:01 AM
We are using a custom plist to force install edge extensions
Posted on 03-22-2023 10:09 AM
@vinu_thankachan can you post a sanitized version of what you are doing.
03-22-2023 11:22 AM - edited 03-22-2023 11:23 AM
Example
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ExtensionSettings</key>
<dict>
<key>rgaejpfbsdjmgheoingdqhokbbgrdlpi</key>
<dict>
<key>installation_mode</key>
<string>force_installed</string>
<key>update_url</key>
<string>https://clients2.google.com/service/update2/crx</string>
</dict>
</dict>
</dict>
</plist>
Posted on 03-23-2023 05:18 AM
@vinu_thankachan thanks, still not working for . extension not being force installed. Going to put this down for a while. Thanks for assistance.
Posted on 09-15-2023 08:03 AM
Did you ever make anything of this? I recently had a need to update my list of extensions I force-insall and found that they install in a very hit or miss fashion. Even on my personal test computers they are sometimes there, sometimes not, and randomly disappear at times.
Posted on 09-20-2023 07:38 AM
@easyedcstill saw issues with those, but nextthink worked as expected. maybe vendor related?
Posted on 09-20-2023 07:47 AM
I think I found my cause - my predecessor had created a stand-alone profile deploying settings for a single extension. I took that and included it into my single profile managing Edge and it worked.
11-05-2023 05:28 AM - edited 11-05-2023 05:30 AM
The following worked for me. Bill's Solution and adding the following for chrome extensions to use in Edge:
https://clients2.google.com/service/update2/crx. works 100% of the time. This was also mentioned by @vinu_thankachan