Multiple Subfolders with Chrome Managed Bookmarks?

jaroma
New Contributor II

Hi All,

Is it possible to use a plist file to push out a bookmark folder with multiple subfolders?

Any advice will be appreciated, and any advice on learning docs such as tutorials on plist files would also be much appreciated

2 REPLIES 2

shaquir
Contributor III

Hi @jaroma ,
Yes it is possible! Google has it's bookmark scheme outlined here: ManagedBookmarks.

I used ProfileCreator to make my initial com.google.Chrome.plist. I then opened the plist in BBedit (personal preference, but save the hassle of having to convert the plist to upload).

96805785251745c79f6de4b732399b25

I adjusted the Bookmark plist setting with the toplevel_name key value (you'd probably also use the children key value).

Since I needed my bookmarks to be on every user's machine, I uploaded the plist into Application & Custom Settings in Configuration Profiles.

e662ef5e99514c51a33ab4faf823fa5e

You'd use a slightly different method if you'd like user's to be able to edit the Bookmarks.

jaroma
New Contributor II

Thanks @shaquir we decided against it in the end, wish I came across your response sooner ha!