LeadGibbon Email Finder

LeadGibbon Email Finder

Send your Sales Navigator search to your choice of CRM, with a fully verified list of email addresses

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "3.0.0",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoAKsIfP6BQLK+J43EJ7US6kQfMcbySIU7nJI/DVn6NaWucvcIM4eYH9pUZD2r2qeXiIo76ODdPQLoMCt2TndqQaBxCENjvY+f5M5ddLvcXQ83SNaBE1b1W9Rm7fZ8NZRO8Q9tgAdxiElgb9IiaEGarkFMHZaobbACbmmAP3z1tcQeqgGq7+ePlWOhlUFBIqLC4jhF8GDjltzhQ7+LTnub8daZSZI181GDNFLQg5MAoKObjnpK6Q829WDo+FJtAqUl3WDB4kghmbumVLO67u8eP8b6w2fX9a5BPPEbIUGgrcHU3+RBhHxJe98R5LqtzAVWgBKs8y3DL5Z1KGiHJf0xQIDAQAB",
  "name": "LeadGibbon Email Finder",
  "description": "Send your Sales Navigator search to your choice of CRM, with a fully verified list of email addresses",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_icon": {
      "128": "icons/128.png"
    },
    "default_title": "LeadGibbon Email Finder"
  },
  "background": {
    "service_worker": "js/sw.js",
    "type": "module"
  },
  "permissions": [
    "storage",
    "cookies",
    "system.display",
    "alarms",
    "scripting",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "https://*.linkedin.com/*",
    "https://*.heapanalytics.com/*",
    "https://app.leadgibbon.com/*",
    "https://ext.leadgibbon.com/*"
  ],
  "externally_connectable": {
    "matches": [
      "https://app.leadgibbon.com/*"
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
    "object-src": "self"
  }
}