Posted on 08-22-2019 11:53 AM
First, thanks for any advice that's given. I appreciate it.
I'm trying to import a set of Chrome bookmarks that won't overwrite users existing bookmarks. I have followed the instructions in this thread, but it's not working for me. Was hoping for some advice.
What I am wanting to do is have a folder of bookmarks that will have subfolders and links. For example:
And so on.
Here's what my plist file looks like.
When I run the plutil -lint ~/Desktop/com.google.chrome.plist command, it checks out OK. But when I upload the Property list file, it doesn't look the same as the example in the quoted thread.
When testing and I download the profile to install it, it installs ok, but nothing new shows up in Chrome.
Any idea what I'm missing here? Would love for this to work.
Thanks
Posted on 08-22-2019 12:28 PM
Hi @wdocken
The screenshot you posted from your Configuration Profile in Jamf Pro with the Custom Setting "com.google.chrome" shows kinda empty there.
My eye falls on the 'ManagedBookmarks' you have twice in the beginning of your plist, and with the '</plist>' after that you are saying, hey here is the end of my file.
I will share my plist below, i do not have the Managed Bookmarks / Subfolder / Subfolder.
<?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>ExtensionInstallBlacklist</key>
<array>
<string>kbhfoiaobflocffnclkigpkeoagheimn</string>
<string>fmlboobidmkelggdainpknloccojpppi</string>
<string>bmimdmkleccdoghpgdhaahkelfhjfhgm</string>
</array>
<key>ManagedBookmarks</key>
<array>
<dict>
<key>name</key>
<string>Microsoft MyApps</string>
<key>url</key>
<string>https://myapps.microsoft.com</string>
</dict>
<dict>
<key>name</key>
<string>Office Automation Servicedesk</string>
<key>url</key>
<string>https://servicedesk.local.nl.bol.com</string>
</dict>
<dict>
<key>name</key>
<string>Selfservice Workplace Management</string>
<key>url</key>
<string>https://aholddelhaize-prod.planoncloud.com/?kc_idp_hint=saml-bol</string>
</dict>
<dict>
<key>name</key>
<string>Ping Self Service registration</string>
<key>url</key>
<string>https://myapps.microsoft.com</string>
</dict>
</array>
<key>PopupsAllowedForUrls</key>
<array>
<string>https://bol.studytube.nl</string>
<string>https://cloud.scorm.com</string>
</array>
<key>RelaunchNotification</key>
<integer>2</integer>
</dict>
</plist>
Posted on 05-15-2020 01:19 AM
Hi @txhaflaire ,
Is it possible to have multiple subfolders using this technique?