Kombo - Prepare your first call & email outreach in less than 30s

Kombo - Prepare your first call & email outreach in less than 30s

Transform your sales strategy and skyrocket your team's performance with Kombo's cutting-edge AI technology.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' https://*.news.google.com/api data:;"
  },
  "name": "Kombo - Prepare your first call & email outreach in less than 30s",
  "description": "Transform your sales strategy and skyrocket your team's performance with Kombo's cutting-edge AI technology.",
  "version": "1.1.1",
  "permissions": [
    "storage",
    "webNavigation",
    "tabs"
  ],
  "host_permissions": [
    "*://*.linkedin.com/*",
    "*://*.hubspot.com/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "content_scripts": [
    {
      "js": [
        "assets/content.tsx-loader-Cbf4VUPP.js"
      ],
      "run_at": "document_idle",
      "matches": [
        "*://*.linkedin.com/*",
        "*://*.hubspot.com/*"
      ],
      "css": [
        "assets/content-DTVwFVkq.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "/*.png",
        "/*.svg"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "*://*.hubspot.com/*",
        "*://*.linkedin.com/*"
      ],
      "resources": [
        "assets/sparksLoader-CzJWm84B.gif",
        "assets/sparksLoaderSecondary-BQSiKh5b.gif",
        "assets/sparksLoaderDisabled-DWK4encY.gif",
        "assets/colors-D-KQJysh.js",
        "assets/content.tsx-aWlCPub7.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  }
}