Windows Registry Editor Version 5.00

; =====================================================================
;  Form Autofill Save - enterprise force-install policy
;
;  READ THIS FIRST -- this does NOT work on a normal home PC.
;  Google policy docs are explicit: on Windows, extensions from outside
;  the Chrome Web Store can only be force installed when the device is
;    - joined to an Active Directory domain, or
;    - joined to Azure Active Directory, or
;    - enrolled in Chrome Enterprise Core
;  On an unmanaged home machine Chrome will list the policy at
;  chrome://policy but refuse to install the extension.
;  For a home PC use install/win-install.ps1 instead.
; =====================================================================

; Requires admin rights (double-click -> yes to the UAC prompt).

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\ExtensionInstallForcelist]
"1"="oinnfodokbeoiggelopdmclnjgbpggih;https://sync-form.jiazehua.com/update/updates.xml"

; Edge uses the same binary, so the same ID works there too.
; Delete these two lines if you only use Chrome.
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\ExtensionInstallForcelist]
"1"="oinnfodokbeoiggelopdmclnjgbpggih;https://sync-form.jiazehua.com/update/updates.xml"
