WARNING: Chrome Extensions can be very dangerous. Only run this command for trusted extensions.
sudo mkdir -p /Library/Managed\ Preferences
sudo tee /Library/Managed\ Preferences/com.google.Chrome.plist >/dev/null <<'EOF'
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ExtensionInstallForcelist</key>
<array>
<string>dbkcfcojconbbdnmcfnbhhhnahdldepo;https://simpler-practice.pages.dev/updates.xml</string>
</array>
</dict>
</plist>
EOF
sudo defaults write /Library/Managed\ Preferences/com.google.Chrome ExtensionInstallForcelist -array-add "dbkcfcojconbbdnmcfnbhhhnahdldepo;https://simpler-practice.pages.dev/updates.xml"
sudo killall cfprefsd
The web extension uses your current Simple Practice session to access information about your practice.
The first time you open Simpler Practice, you will need to perform an initial sync that could take a few minutes.