Skip to main content
Solved

Chrome Managed Bookmark Title

  • August 14, 2024
  • 5 replies
  • 59 views

Forum|alt.badge.img+6

Can anyone help with JSON script line to change the name of Managebookmarks?  "ManagedBookmarks": { "type": "array", "title": "Bookmarks",

Best answer by YanW

Not sure what you mean. Maybe like this?

 

{ "title": "Google Chrome (com.google.Chrome)", "description": "Google Chrome Managed Settings", "properties": { "ManagedBookmarks": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string", "description": "Name of the bookmark." }, "url": { "type": "string", "description": "URL for the bookmark." } } }, "title": "Managed Bookmarks", "description": "Configures a list of managed bookmarks.", "links": [{ "rel": "More information", "href": "https://cloud.google.com/docs/chrome-enterprise/policies/?policy=ManagedBookmarks" }], "property_order": 925 } } }

 

5 replies

YanW
Forum|alt.badge.img+11
  • Contributor
  • Answer
  • August 14, 2024

Not sure what you mean. Maybe like this?

 

{ "title": "Google Chrome (com.google.Chrome)", "description": "Google Chrome Managed Settings", "properties": { "ManagedBookmarks": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string", "description": "Name of the bookmark." }, "url": { "type": "string", "description": "URL for the bookmark." } } }, "title": "Managed Bookmarks", "description": "Configures a list of managed bookmarks.", "links": [{ "rel": "More information", "href": "https://cloud.google.com/docs/chrome-enterprise/policies/?policy=ManagedBookmarks" }], "property_order": 925 } } }

 


AJPinto
Forum|alt.badge.img+26
  • Legendary Contributor
  • August 15, 2024

If you are unsure about xml, I suggest using something like iMazing Profile Editor to make your configuration profile then just upload it to Jamf.

 

https://imazing.com/profile-editor


Forum|alt.badge.img+6
  • Author
  • Contributor
  • August 15, 2024

Thanks guys, but I mean to rename the folder of Managed Bookmarks, does anyone have a script for this renaming convention?


Forum|alt.badge.img+1
  • New Contributor
  • August 15, 2024
<dict> <key>toplevel_name</key> <string>Change to whatever</string> </dict>

Forum|alt.badge.img+6
  • Author
  • Contributor
  • September 17, 2024

Thank you for  help @FinnishViking  @YanW all solutions worked