Chrome Extension Issues
Troubleshooting the BlueSentinel Chrome extension.
Extension Not Installed
Check Enterprise Policy
The extension must be force-installed via Chrome Enterprise Policy. Verify:
Windows:
powershell
# Check registry
Get-ItemProperty "HKLM:\SOFTWARE\Policies\Google\Chrome\ExtensionInstallForcelist"macOS:
bash
# Check managed preferences
defaults read com.google.Chrome ExtensionInstallForcelistChrome Not Detecting Policy
- Open
chrome://policyand click "Reload policies" - Check if the extension appears in the policy list
- Verify the update URL is accessible from the endpoint
Extension Installed But Not Working
Check Extension Status
- Open
chrome://extensions - Verify the extension is enabled
- Check for error messages
Domain Blocking Not Working
- Verify the blocked domains are in the policy
- Check if the domain is being accessed via a subdomain (domain matching is suffix-based)
- Clear Chrome cache and restart the browser
Upload Blocking Not Working
- Check if the site uses a non-standard upload method
- Verify the extension has the necessary permissions
- Check the extension's background page console for errors (
chrome://extensions→ Developer mode → Background page → Console)
Extension Removed by User
If the extension is properly force-installed via enterprise policy, users cannot remove it. If removal is possible:
- Verify the Chrome Enterprise Policy is correctly configured
- Check that the endpoint is domain-joined (Windows) or MDM-managed (macOS)
- The DLP agent also installs the extension via
install_chrome_extension()on startup