NexusIn - Free LinkedIn Automation Tool 2024

NexusIn - Free LinkedIn Automation Tool 2024

Bulk send LinkedIn invitation & LinkedIn message & LinkedIn inMails. Accelerate your B2B lead generation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "default_locale": "en",
  "author": "[email protected]",
  "action": {},
  "permissions": [
    "tabs",
    "storage",
    "unlimitedStorage",
    "webRequest"
  ],
  "host_permissions": [
    "*://*.linkedin.com/*",
    "*://*.nexusin.top/*"
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "*://*.linkedin.com/*",
        "*://*.nexusin.top/*"
      ],
      "resources": [
        "icons/*",
        "fonts/*"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "*://*.linkedin.com/*",
        "*://*.nexusin.top/*"
      ],
      "resources": [
        "assets/useI18n.68a46bb3.js",
        "assets/userLog.500b52e1.js",
        "assets/storage.b416290b.js",
        "assets/nexus-in.js.268e7506.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.nexus-in.js.268e7506.9eb7b0eb.js"
      ],
      "matches": [
        "*://*.linkedin.com/*",
        "*://*.nexusin.top/*"
      ],
      "run_at": "document_end",
      "css": [
        "assets/useI18n.b034d772.css",
        "assets/nexus-in.js.0f621170.css"
      ]
    }
  ],
  "options_page": "options.html",
  "name": "__MSG_name__",
  "short_name": "NexusIn",
  "version": "2.1.7",
  "description": "__MSG_description__",
  "icons": {
    "128": "icons/logo128.png"
  }
}