NetHunt CRM for LinkedIn

NetHunt CRM for LinkedIn

One-click lead capturing on LinkedIn.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "NetHunt CRM for LinkedIn",
  "short_name": "NetHunt CRM",
  "version": "20.124.638",
  "description": "One-click lead capturing on LinkedIn.",
  "homepage_url": "https://nethunt.com",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "incognito": "split",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.nethunt.com/*",
        "https://*.linkedin.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "manifest.json",
    "pixel.gif",
    "ajax.js",
    "gdPicker.html"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://*.nethunt.com/*",
    "https://*.nethunt.co/*",
    "https://*.linkedin.com/*"
  ]
}