Clearbit Connect: Free, Verified B2B Emails

Clearbit Connect: Free, Verified B2B Emails

Instantly find emails for the right contacts at the right companies — for free

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Clearbit Connect: Free, Verified B2B Emails",
  "version": "3.5.0",
  "version_name": "3.5.0",
  "description": "Instantly find emails for the right contacts at the right companies — for free",
  "author": "Clearbit",
  "homepage_url": "https://connect.clearbit.com",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-all.ts-loader-IZYUPenA.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "js": [
        "assets/content-widget.ts-loader-6qxxFSQ5.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle",
      "css": [
        "assets/content-widget-gcAUMHmf.css"
      ]
    },
    {
      "js": [
        "assets/content-gmail.ts-loader-WB5gGjnH.js"
      ],
      "matches": [
        "https://mail.google.com/*"
      ],
      "run_at": "document_end",
      "css": [
        "assets/content-gmail-YzsApWvz.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "sidebar.html"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/logo-dark-background-lA1yW49E.svg",
        "assets/utils-4GQgDOss.js",
        "assets/content-init-widget-tOB7t6R8.js",
        "assets/content-all.ts-rWQvMjNO.js",
        "assets/content-widget.ts-OUKqK7yV.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "resources": [
        "assets/useCreditsPromo-4RnWBV22.js",
        "assets/Footer-6afboGpn.js",
        "assets/utils-4GQgDOss.js",
        "assets/utils-4kfpytc2.js",
        "assets/content-gmail.ts-qtjmy9D4.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "host_permissions": [
    "https://mail.google.com/"
  ],
  "permissions": [
    "storage",
    "scripting",
    "declarativeNetRequest",
    "contextMenus"
  ],
  "incognito": "split",
  "icons": {
    "48": "icons/48.png",
    "128": "icons/128.png"
  }
}