The Branding section lets you customize how Check looks, especially useful for organizations that want consistent branding.
{% hint style="info" %} For individual users
Most individual users can skip this section unless they want to personalize the extension. {% endhint %}
All user-facing components (suspicious login banner, blocked page, extension popup, and options page) use the same branding configuration. Your custom branding will be displayed consistently across:
- Suspicious Login Banner - Warning banner shown on potentially malicious sites
- Blocked Page - Full-page block screen for confirmed threats
- Extension Popup - Extension icon popup
- Options Page - Extension settings page
{% hint style="warning" %} What if Settings Are Not Visible?
If some settings do not appear on your version, it means your organization's IT department has set these for you. This is normal in business environments - your IT team wants to make sure everyone has the same security settings. You will also see text indicating that the extension is being managed by policy. {% endhint %}
You can customize the following properties:
- Company Name - Enter your organization's name. This appears in the extension interface and blocked page messages (displayed as "Protected by [Company Name]").
- Product Name - What you want to call the extension (like "Contoso Security" instead of "Check"). This replaces the default "Check" branding throughout the interface.
- Support Email - Where users should go for help. This email address is used in the "Contact Admin" button when phishing sites are blocked.
- Support URL - URL opened by the popup Support link (for example,
https://support.yourcompany.com). - Privacy Policy URL (
privacyPolicyUrl) - URL opened by the popup Privacy link (for example,https://yourcompany.com/privacy). - About URL (
aboutUrl) - URL opened by the popup About link. Leave empty to use the built-in extension About page.
- Primary Color - Choose a color that matches your brand (hex format, e.g.,
#FF5733). This color is applied to buttons, headers, and other interface elements throughout the extension. - Logo URL - Link to your company logo or local path (e.g.,
https://cdn.example.com/logo.pngorimages/custom-logo.png). This replaces the default Check logo in the extension popup, options page, and blocked page warnings.
The branding preview shows you exactly how your customizations will appear to users. Changes are reflected immediately as you modify the settings, showing:
- Your custom logo and company name in the header
- How the primary color affects buttons and interface elements
- The overall visual appearance users will see
Works with: Chrome, Edge, Firefox
- Open the extension's Options page
- Navigate to the "Branding" section
- Fill in your branding information:
- Company Name
- Logo (upload or provide URL)
- Primary Color
- Support Email
- Support URL
- Privacy Policy URL
- About URL
- Click "Save"
Your branding will be immediately applied to all components.
For enterprise deployments using Windows Group Policy:
- Create a new GPO or edit an existing one
- Navigate to:
Computer Configuration > Administrative Templates > Google Chrome > Extensions - Add a policy for the Check extension with the following structure:
{
"customBranding": {
"companyName": "Your Company",
"logoUrl": "https://example.com/logo.png",
"primaryColor": "#FF5733",
"supportEmail": "security@example.com",
"supportUrl": "https://support.example.com",
"privacyPolicyUrl": "https://example.com/privacy",
"aboutUrl": "https://example.com/about"
}
}- Apply the policy to target computers
- The extension will automatically use the enterprise branding on managed devices
Works with: Firefox only
For Firefox deployments, configure branding through the policies.json file:
- Locate or create the policies file:
- Windows:
%ProgramFiles%\Mozilla Firefox\distribution\policies.json - macOS:
/Applications/Firefox.app/Contents/Resources/distribution/policies.json - Linux:
/etc/firefox/policies/policies.json
- Windows:
- Add the branding configuration under
3rdparty.Extensions:
{
"policies": {
"3rdparty": {
"Extensions": {
"check@cyberdrain.com": {
"customBranding": {
"companyName": "Your Company",
"productName": "Security Extension",
"supportEmail": "security@example.com",
"supportUrl": "https://support.example.com",
"privacyPolicyUrl": "https://example.com/privacy",
"aboutUrl": "https://example.com/about",
"primaryColor": "#FF5733",
"logoUrl": "https://example.com/logo.png"
}
}
}
}
}
}- Save the file and restart Firefox
Note: The Firefox extension ID is check@cyberdrain.com
For organizations using Microsoft Intune with Chrome/Edge:
- Create a new Configuration Profile
- Select "Custom" configuration
- Add the branding configuration as a JSON payload:
{
"customBranding": {
"companyName": "Your Company",
"logoUrl": "https://example.com/logo.png",
"primaryColor": "#FF5733",
"supportEmail": "security@example.com",
"supportUrl": "https://support.example.com",
"privacyPolicyUrl": "https://example.com/privacy",
"aboutUrl": "https://example.com/about"
}
}- Assign the profile to user or device groups
- Branding will be applied on enrolled devices
For Chrome Enterprise customers:
- Access the Google Admin Console
- Navigate to:
Devices > Chrome > Apps & Extensions - Select the Check extension
- Add the branding configuration under "Policy for extensions"
- Save and publish the policy
For direct registry configuration with Chrome/Edge:
- Open Registry Editor
- Navigate to:
HKLM\Software\Policies\Google\Chrome\3rdparty\extensions\[extension-id] - Create a new key named
customBranding - Add string values for each branding property
- Restart the browser
When multiple configuration methods are used, they are applied in this order (highest to lowest priority):
- Enterprise Policy (GPO/Intune/Chrome Enterprise/Firefox Policies)
- Manual Configuration (Options page)
- Default Configuration (Built-in defaults)
Enterprise policies always take precedence over manual settings.
- Format: PNG, JPG, or SVG
- Size: 48x48 pixels recommended (maximum 128x128, recommended 200x200px or smaller for enterprise deployments)
- Must be accessible via HTTPS URL
- Use a square logo for best results
- Ensure it looks good on both light and dark backgrounds
- Keep it simple - small logos need to be clear
- Your company website:
https://yourcompany.com/logo.png - Cloud storage: Upload to Google Drive, Dropbox, etc. and get a public link
- Image hosting: Use services like Imgur or similar
- Uses extension ID:
check@cyberdrain.com - Configuration is managed through
policies.jsonfile - Policies file location varies by operating system
- Configuration through GPO, Intune, or Chrome Enterprise Policy
- Uses Windows Registry for advanced configurations
- Supports standard Chrome extension policy format
- Check that the URL is correct and accessible
- Try opening the logo URL in a new browser tab
- Make sure the URL starts with
https:// - Verify the image file isn't too large
- Verify logo URLs are publicly accessible (if using external URL)
- Check image format (PNG, JPG, SVG supported)
- Ensure image size is reasonable
- Make sure you clicked "Save Settings"
- Try refreshing the page
- Check if your organization has locked branding settings
- Try changing the color slightly and changing it back
- Refresh the settings page
- Clear your browser cache if problems persist
- Verify the configuration is saved correctly
- Check browser console for errors
- Ensure logo URLs are accessible
- Restart the browser after configuration changes
- Verify the policy is applied to the correct organizational unit
- Check that the extension ID matches your deployment
- Allow 15-30 minutes for policy propagation
- Run
gpupdate /forceon Windows to force policy refresh
Company Name: Smith & Associates Law
Product Name: Smith Security
Support Email: it@smithlaw.com
Primary Color: #1f4e79 (professional blue)
Logo URL: https://smithlaw.com/images/logo-small.png
Company Name: Global Manufacturing Inc.
Product Name: GMI Security Suite
Support Email: cybersecurity@globalmfg.com
Primary Color: #c41e3a (corporate red)
Logo URL: https://assets.globalmfg.com/security/gmi-logo-48.png
{
"customBranding": {
"companyName": "Acme Corp",
"primaryColor": "#00AA00"
}
}{
"customBranding": {
"companyName": "Contoso Corporation",
"productName": "Contoso Defender",
"logoUrl": "https://contoso.com/assets/logo.png",
"primaryColor": "#0078D4",
"supportEmail": "security@contoso.com",
"supportUrl": "https://support.contoso.com",
"privacyPolicyUrl": "https://contoso.com/privacy",
"aboutUrl": "https://contoso.com/about"
}
}{
"policies": {
"3rdparty": {
"Extensions": {
"check@cyberdrain.com": {
"customBranding": {
"companyName": "Contoso Corporation",
"productName": "Contoso Defender",
"logoUrl": "https://contoso.com/assets/logo.png",
"primaryColor": "#0078D4",
"supportEmail": "security@contoso.com",
"supportUrl": "https://support.contoso.com",
"privacyPolicyUrl": "https://contoso.com/privacy",
"aboutUrl": "https://contoso.com/about"
}
}
}
}
}
}