EZLead

EZLead

Sync LinkedIn with your CRM and save hours on lead management šŸš€

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "EZLead",
  "description": "Sync LinkedIn with your CRM and save hours on lead management šŸš€",
  "version": "1.1.3",
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "assets/*/*",
    "content_scripts/*.js"
  ],
  "icons": {
    "16": "assets/icons/app_16x16.png",
    "48": "assets/icons/app_48x48.png",
    "128": "assets/icons/app_128x128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "webRequest",
    "cookies",
    "tabs",
    "https://*/*",
    "http://*/*"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com 'unsafe-eval'; object-src 'self';connect-src *; img-src * 'self' data:; media-src *; style-src *;"
}