Linkedin Sales Navigator

Linkedin Sales Navigator

Linked-in Sales Navigator extension allows you to get the the latest, the best, and the most-used Leads Scrapping.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Linkedin Sales Navigatior",
  "version": "2",
  "default_locale": "en",
  "description": "Linked-in Sales Navigator extension allows you to get the the latest, the best, and the most-used Leads Scrapping.",
  "homepage_url": "https://extensionsdev.com/linkedin-sales-navigator",
  "icons": {
    "128": "icons/logo.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "cookies"
  ],
  "host_permissions": [
    "https://facebook.com"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Linkedin Sales Navigator",
    "default_icon": "icons/logo.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "https://extensionsdev.com/linkedin-sales-navigator"
      ],
      "js": [
        "js/content-script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "js/content-script.js",
    "css/fix.css",
    "icons/logo.png",
    "icons/coupon.svg"
  ],
  "matches": [
    "<all_urls>"
  ],
  "content_security_policy": "default-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{b6eb17b6-acc7-4f60-9144-69b75cf5b65a}"
    }
  }
}