NetHunt CRM for LinkedIn

NetHunt CRM for LinkedIn

One-click lead capturing on LinkedIn.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_APP_FULL_NAME__",
  "short_name": "__MSG_APP_SHORT_NAME__",
  "version": "24.147.854",
  "description": "__MSG_APP_DESCRIPTION__",
  "homepage_url": "https://nethunt.com/",
  "default_locale": "en",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "incognito": "split",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.nethunt.com/*",
        "https://*.linkedin.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "manifest.json",
        "gdPicker.html",
        "ajax.js",
        "pixel.gif",
        "package.js",
        "package.css"
      ]
    }
  ],
  "permissions": [
    "storage",
    "scripting",
    "declarativeNetRequestWithHostAccess",
    "cookies"
  ],
  "host_permissions": [
    "https://*.nethunt.com/*",
    "https://*.nethunt.co/*",
    "https://*.linkedin.com/*"
  ]
}