linkedin-google-chrome-extension

linkedin-google-chrome-extension

Google Chrome extension that is working with “Linkedin.com”

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "linkedin-google-chrome-extension",
  "description": "Google Chrome extension that is working with “Linkedin.com”",
  "version": "2.0.2",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "icons": {
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "browser_action": {
    "default_title": "linkedin-google-chrome-extension",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "cookies",
    "storage",
    "*://*.linkedin.com/",
    "*://*.xing.com/",
    "https://app.getleads.cc/",
    "https://testserver.getleads.cc/"
  ]
}