Chrome Managed Bookmarks

wdocken
New Contributor

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:

87a1be80b0524e45b19d9fc1d947a4db

And so on.

Here's what my plist file looks like.

671321e214774c5c97fb357595f79c22

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.
0637dc0491814a45bd9ef22d88ae827d

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

2 REPLIES 2

ThijsX
Valued Contributor
Valued Contributor

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>

jaroma
New Contributor II

Hi @txhaflaire ,
Is it possible to have multiple subfolders using this technique?