demo · v144

Policy Migration Diff

Paste your live SyncTypesListDisabled JSON (or build it with the checkboxes). The diff tool flags deprecated values, shows the cleaned-up policy Chrome 144 will actually read, and explains which legacy controls fold into the general tabs toggle.

Enterprise admins: savedTabGroups no longer parses as a distinct disable value in 144. Anyone disabling it gets the umbrella tabs behaviour instead.

your current policy

or tick to build:

after Chrome 144

paste above to start

the policy schema

// before
{
  "SyncTypesListDisabled": ["savedTabGroups"]
}

// after — savedTabGroups is dropped; if you want to disable saved tab groups
// you now disable the general "tabs" sync type
{
  "SyncTypesListDisabled": ["tabs"]
}

see also