Auto Relister

Chrome Extension Installation Guide

Windows
macOS

Windows Installation

1

Download the setup script

This configures Chrome to accept the extension.

Download install-autorelister.bat
2

Run as Administrator

Right-click the downloaded file and select Run as administrator. Press any key when it finishes.

3

Restart Chrome

Close all Chrome windows completely, then reopen Chrome.

4

Verify the policy

Go to chrome://policy and click Reload policies. You should see ExtensionInstallSources in the list.

5

Install the extension

Click the button below. Chrome will ask to add the extension — click Add extension.

Install Auto Relister
Updates are automatic. Chrome checks for new versions every few hours and installs them silently.
Alternative: If you prefer not to download the .bat file, open PowerShell as Administrator and run:
New-Item -Path "HKLM:\SOFTWARE\Policies\Google\Chrome\ExtensionInstallSources" -Force | Out-Null; New-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Google\Chrome\ExtensionInstallSources" -Name "1" -Value "https://extension.autorelister.com.au/*" -Force | Out-Null
Then restart Chrome and click the install button above.

macOS Installation

1

Open Terminal

Open Terminal from Applications > Utilities, or search for it in Spotlight.

2

Run the setup command

Paste this into Terminal and press Enter. You'll be asked for your password.

sudo mkdir -p /Library/Managed\ Preferences && sudo defaults write /Library/Managed\ Preferences/com.google.Chrome ExtensionInstallSources -array "https://extension.autorelister.com.au/*"
3

Restart Chrome

Press Cmd+Q to fully quit Chrome, then reopen it.

4

Verify the policy

Go to chrome://policy and click Reload policies. You should see ExtensionInstallSources in the list.

5

Install the extension

Click the button below. Chrome will ask to add the extension — click Add extension.

Install Auto Relister
Updates are automatic. Chrome checks for new versions every few hours and installs them silently.