demo · v144

Policy Note

Pick which sync types your admin policy should disable. The picker shows what Chrome 144 accepts — savedTabGroups is no longer in the list. The JSON payload Chrome would receive updates live as you toggle.

SyncTypesListDisabled — pick the values you want in the policy:

resulting policy JSON (what Chrome receives):

the policy

// SyncTypesListDisabled (pre-144 accepted savedTabGroups individually)
{
  "SyncTypesListDisabled": [
    "bookmarks",
    "tabs",
    // "savedTabGroups"   ← REMOVED in Chrome 144; now follows "tabs"
    "passwords"
  ]
}

see also