LinkedIn ConnectEz

LinkedIn ConnectEz

LinkedIn EzConnect: Automate your LinkedIn networking with ease and efficiency.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "LinkedIn ConnectEz",
  "version": "1.0",
  "description": "LinkedIn EzConnect: Automate your LinkedIn networking with ease and efficiency.",
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.linkedin.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "128": "icon128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}