Leadjet - Make your CRM work on LinkedIn

Leadjet - Make your CRM work on LinkedIn

Connect your CRM with LinkedIn, edit and access the info — when and where you need it

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Connect your CRM with LinkedIn, edit and access the info — when and where you need it",
  "version": "1.23.3",
  "manifest_version": 2,
  "name": "Leadjet - Make your CRM work on LinkedIn",
  "author": "Leadjet",
  "short_name": "Leadjet",
  "homepage_url": "https://www.leadjet.io/",
  "permissions": [
    "storage",
    "tabs",
    "cookies",
    "https://linkedin.com/*",
    "https://*.linkedin.com/*",
    "http://localhost:3000/*"
  ],
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "https://linkedin.com/*",
        "https://www.linkedin.com/*",
        "https://leadjet.io/*",
        "https://*.leadjet.io/*",
        "http://localhost:8080/*"
      ],
      "js": [
        "inject.js"
      ],
      "css": [
        "inject.css"
      ]
    }
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/128.png",
    "default_popup": "popup.html",
    "default_title": "Leadjet"
  },
  "icons": {
    "128": "icons/128.png"
  },
  "web_accessible_resources": [
    "images/*"
  ],
  "update_URL": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}