Has anyone had any luck getting these to work?
or am i just doing something stupid?
Has anyone had any luck getting these to work?
or am i just doing something stupid?
work for me
{
"title": "Google Chrome Extensions (com.google.Chrome)",
"description": "Install extensions in Google Chrome",
"properties": {
"ExtensionInstallForcelist": {
"title": "Extension Install Forcelist",
"description": "Add extension IDs. Paste the extension ID in front of the default text.",
"property_order": 5,
"type": "array",
"items": {
"title": "Extension ID",
"default": "<paste extension ID here>;https://clients2.google.com/service/update2/crx",
"type": "string"
}
}
}
}
You have the full URL as your extension ID, you just need the code at the end of the URL as the Extension ID.
You have the full URL as your extension ID, you just need the code at the end of the URL as the Extension ID.
that was it! thanks!
Thank you @Tribruin you solved my problem also, I was thinking about starting a thread but then I found my solution here, thanks again.
<?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>ExtensionAllowedTypes</key> <array> <string>extension</string> </array> <key>ExtensionInstallAllowlist</key> <array> <string>hdokiejnpimakedhajhdlcegeplioahd</string> <string>oiekdmlabennjdpgimlcpmphdjphlcha</string> <string>jfbnmfgkohlfclfnplnlenbalpppohkm</string> <string>difoiogjjojoaoomphldepapgpbgkhkb</string> </array> <key>ExtensionInstallBlacklist</key> <array> <string>*</string> </array> <key>ExtensionInstallBlocklist</key> <array> <string>*</string> </array> <key>ExtensionInstallSources</key> <array> <string>https://jamf.com</string> </array> <key>ExtensionInstallWhitelist</key> <array> <string>oiekdmlabennjdpgimlcpmphdjphlcha</string> <string>hdokiejnpimakedhajhdlcegeplioahd</string> <string>jfbnmfgkohlfclfnplnlenbalpppohkm</string> </array> </dict> </plist>
work for me
{
"title": "Google Chrome Extensions (com.google.Chrome)",
"description": "Install extensions in Google Chrome",
"properties": {
"ExtensionInstallForcelist": {
"title": "Extension Install Forcelist",
"description": "Add extension IDs. Paste the extension ID in front of the default text.",
"property_order": 5,
"type": "array",
"items": {
"title": "Extension ID",
"default": "<paste extension ID here>;https://clients2.google.com/service/update2/crx",
"type": "string"
}
}
}
}
Hello,
How do I setup the "External Application" view to have these kind of option? Where do you use the script above? First time working with these kind of stuff.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.