Assistant --- Self Hosting Example

Windows

Google Chrome

If first install. Run in powershell by admin:
New-Item -Path HKLM:\SOFTWARE\Policies\Google\Chrome -Name ExtensionInstallSources -Force
New-ItemProperty -Path HKLM:\SOFTWARE\Policies\Google\Chrome\ExtensionInstallSources -Name "2" -Value "https://assistant-self-hosting-example.cnine.d2.pub/*" -Force
New-Item -Path HKLM:\SOFTWARE\Policies\Google\Chrome -Name ExtensionInstallAllowlist -Force
New-ItemProperty -Path HKLM:\SOFTWARE\Policies\Google\Chrome\ExtensionInstallAllowlist -Name "1" -Value "edjeggfemkdejnpgmglbdjcgeecimpce" -Force
Restart browser and open current page on Chrome. Then Click to Install.

Microsoft Edge

If first install. Run in powershell by admin:
New-Item -Path HKLM:\SOFTWARE\Policies\Microsoft\Edge -Name ExtensionInstallSources -Force
New-ItemProperty -Path HKLM:\SOFTWARE\Policies\Microsoft\Edge\ExtensionInstallSources -Name "2" -Value "https://assistant-self-hosting-example.cnine.d2.pub/*" -Force
New-Item -Path HKLM:\SOFTWARE\Policies\Microsoft\Edge -Name ExtensionInstallAllowlist -Force
New-ItemProperty -Path HKLM:\SOFTWARE\Policies\Microsoft\Edge\ExtensionInstallAllowlist -Name "1" -Value "edjeggfemkdejnpgmglbdjcgeecimpce" -Force
Restart browser and open current page on Edge. Then Click to Install.

Other System

Reference: Configure the local machine and install the extension Restart browser and open current page on target browser. Then Click to Install.