Chrome Sync can sync extensions, browser settings, etc. I have enabled these sync settings:
Each extension can sync its own settings using chrome.storage, however the details of each extension are necessarily not managed by the extension for security reasons, and these details do not sync to my devices. Here is an example:
I'd like to know how to sync these details like "Site access", "Allow in incognito", etc. for each extension. It is a royal pain to manually manage these—especially things like URL lists, which don't seem to be able to be bulk edited.
Note: Chrome policy management is out of scope in regard to answering this question.


