Crunchbase - B2B Company & Contact Info

Crunchbase - B2B Company & Contact Info

Get Crunchbase’s company and contact data right where you need it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Crunchbase - B2B Company & Contact Info",
  "version": "0.0.188",
  "manifest_version": 3,
  "background": {
    "service_worker": "service-worker.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://*.crunchbase.com/*",
        "*://*.crunchbase.io/*",
        "*://*.leadiq.com/extension/*"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://*.crunchbase.com/*",
      "*://*.crunchbase.io/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "iframe-wrapper/iframe-wrapper.html",
        "iframe-wrapper/iframe-wrapper.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "*://*.crunchbase.com/*",
    "*://*.crunchbase.io/*"
  ],
  "action": {
    "default_icon": {
      "16": "assets/cb_icon_round_16.png",
      "24": "assets/cb_icon_round_24.png",
      "32": "assets/cb_icon_round_32.png"
    },
    "default_title": "Crunchbase - B2B Company & Contact Info"
  },
  "permissions": [
    "cookies",
    "tabs",
    "storage"
  ],
  "description": "Get Crunchbase’s company and contact data right where you need it.",
  "icons": {
    "128": "assets/cb_icon_128.png"
  }
}