Can anyone help with JSON script line to change the name of Managebookmarks? "ManagedBookmarks": { "type": "array", "title": "Bookmarks",
Solved
Chrome Managed Bookmark Title
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
}
}
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
