AI ChatGPT Lead Generation For LinkedIn™

AI ChatGPT Lead Generation For LinkedIn™

Get B2B contacts & bulk messaging, boost LinkedIn invites by 60% with AI-driven, profile-optimized messages

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AI ChatGPT Lead Generation For LinkedIn™",
  "description": "Get B2B contacts & bulk messaging, boost LinkedIn invites by 60% with AI-driven, profile-optimized messages",
  "version": "2.0.0",
  "manifest_version": 3,
  "permissions": [
    "tabs",
    "storage",
    "cookies",
    "activeTab"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "options_page": "dashboard.html",
  "action": {
    "default_title": "LinkedIn Automation",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "logo-16.png",
    "32": "logo-32.png",
    "48": "logo-48.png",
    "128": "logo-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.js"
      ],
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "extension_ids": []
    }
  ],
  "host_permissions": [
    "https://www.linkedin.com/*"
  ]
}