Posted on 05-04-2023 06:40 AM
Hi Nation.
I'm fairly new to Jamf and I'm looking for some advice regarding Chrome extensions and more specifically, the settings within the extension.
I am deploying the G App Launcher extension (G App Launcher) and this is working well, however there is a setting within the extension with the key 'displayMarketplaceApps' that is always set to false. I would like to deploy the extension with this setting set to True.
I can export the settings via json file, however, I'm struggling to figure out how to configure this for Jamf and deploy deploy along with the extension (if possible)
I'm pretty new to json as well, so any pointers/advice would be great.
Posted on 05-04-2023 07:33 AM
The extension needs to look like this
echcggldkblhodogklpincgchnpgcdco;https://clients2.google.com/service/update2/crx
Posted on 05-04-2023 07:47 AM
@dmccluskey Thanks for your reply 🙂
I was able to deploy the extension without an issue. However, there is a setting within the extension that I need to force to True, which is the bit i am struggling with.
Posted on 05-04-2023 07:49 AM
Oh,
Does that setting write to a plist?
Posted on 05-10-2023 08:36 AM
Not entirely sure in honesty. I know it can export the settings to a json file, however I'm scratching my head a little on how to turn that in to something usable 🤔
Tried uploading it in to Jamf as a Custom Schema but came up blank with no useable parameters that I was able to configure.
Posted on 05-11-2023 12:37 PM
try using fsmonitor and see if any files are being changed when you make the setting.
Posted on 05-12-2023 08:20 AM
Good shout! I'll give that a try and see what happens 👍