I have Jamf manifests for Chrome and Edge here to create configuration profiles that will install and enable extensions. These may get you what you need.
The manifests are here:
https://github.com/Jamf-Custom-Profile-Schemas/jamf-manifests
Instructions are here:
https://github.com/Jamf-Custom-Profile-Schemas/jamf-manifests/wiki
I have Jamf manifests for Chrome and Edge here to create configuration profiles that will install and enable extensions. These may get you what you need.
The manifests are here:
https://github.com/Jamf-Custom-Profile-Schemas/jamf-manifests
Instructions are here:
https://github.com/Jamf-Custom-Profile-Schemas/jamf-manifests/wiki
Thanks @talkingmoose . I have those already, figured out what the problem is. The extension im trying to push is Chrome. Im using Edge. You need to click on the "allow extensions from other stores" link to enable them, after that the push works. So now im searching for a way to push "allow extensions from other stores" to all devices.
Thanks @talkingmoose . I have those already, figured out what the problem is. The extension im trying to push is Chrome. Im using Edge. You need to click on the "allow extensions from other stores" link to enable them, after that the push works. So now im searching for a way to push "allow extensions from other stores" to all devices.
Haven't tested, but looks like the key you need for your Edge management configuration profile is here.
https://learn.microsoft.com/en-us/deployedge/microsoft-edge-policies#controldefaultstateofallowextensionfromotherstoressettingenabled
Thanks @talkingmoose . I have those already, figured out what the problem is. The extension im trying to push is Chrome. Im using Edge. You need to click on the "allow extensions from other stores" link to enable them, after that the push works. So now im searching for a way to push "allow extensions from other stores" to all devices.
Not sure if you've found your solution yet, but what worked for me to select the "allow extensions from other stores" was using Jamf Composer and specifying the setting "Monitor File System Changes". After that I went into my Microsoft Edge and selected the "allow extensions from other stores" option and then finished the Composer image. Then I made that into a DMG, put it in Jamf and also specified the FUT and FEU to allow for new and existing users to have the option selected. Best of luck!
I have Jamf manifests for Chrome and Edge here to create configuration profiles that will install and enable extensions. These may get you what you need.
The manifests are here:
https://github.com/Jamf-Custom-Profile-Schemas/jamf-manifests
Instructions are here:
https://github.com/Jamf-Custom-Profile-Schemas/jamf-manifests/wiki
Thank you so much for these, there's almost nothing on the internet about browser extensions on Jamf but these worked perfectly!
Does anyone of you know the key for safari extension to allow access to all websites?
Not sure if you managed to get this resolved, but using this plist works great. You don't need to add other setting on the standard Edge config profile, not even allow this extension. This is great as it can be pushed separately from the Standard Config profile for Edge.
<key>ExtensionSettings</key>
<dict>
<key> enter the extension</key>
<dict>
<key>installation_mode</key>
<string>force_installed</string>
<key>update_url</key>
<string>Enter the Url</string>
</dict>
</dict>