Kloser - Find B2B Contact info with one click

Kloser - Find B2B Contact info with one click

Kloser gives you the most accurate email addresses and phone numbers for B2B leads anywhere.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Kloser - Find B2B Contact info with one click",
  "description": "Kloser gives you the most accurate email addresses and phone numbers for B2B leads anywhere.",
  "version": "2.0.4",
  "host_permissions": [
    "https://*.linkedin.com/*",
    "https://api.rollbar.com/",
    "https://*.kloser.com/*",
    "https://kloser.com/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.kloser.com/*",
      "https://kloser.com/*"
    ]
  },
  "background": {
    "service_worker": "background.bundle.js"
  },
  "content_scripts": [
    {
      "js": [
        "rollbar.config_linkedin_end.js",
        "content_linkedin_end.bundle.js"
      ],
      "matches": [
        "*://*.linkedin.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "rollbar.config_linkedin_start.js",
        "content_linkedin_start.bundle.js"
      ],
      "matches": [
        "*://*.linkedin.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "128": "icon-128.png"
  },
  "manifest_version": 3,
  "content_security_policy": {
    "extension_pages": "default-src 'self'; connect-src https: data: blob: filesystem:;"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://*.linkedin.com/*"
      ],
      "resources": [
        "content.html",
        "loading.gif",
        "a8998b6f9d59ffcffbf265.bundle.js"
      ]
    }
  ],
  "permissions": [
    "alarms",
    "storage",
    "cookies"
  ]
}