LinkedIn connection

LinkedIn connection

Simplify LinkedIn connections. Click the extension button on a profile to send personalized requests with ease and consent.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "LinkedIn connection",
  "description": "Simplify LinkedIn connections. Click the extension button on a profile to send personalized requests with ease and consent.",
  "version": "0.1.1",
  "icons": {
    "16": "icons-home-16.png",
    "48": "icons-home-48.png",
    "128": "icons-home-128.png"
  },
  "action": {
    "default_title": "LinkedIn connection",
    "default_popup": "./popup/popup.html"
  },
  "permissions": [
    "scripting",
    "activeTab"
  ]
}