20NINE

20NINE

The 20NINE Lead clipper makes it possible to import data from LinkedIn. You can also use the plugin to enrich your existing…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "20NINE",
  "version": "4.11.88",
  "icons": {
    "16": "assets/img/blue_logo.png",
    "48": "assets/img/blue_logo.png",
    "128": "assets/img/blue_logo.png"
  },
  "permissions": [
    "tabs",
    "chrome://favicon/",
    "https://www.linkedin.com/*",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "assets/js/jquery-1.11.1.min.js",
      "assets/js/popup.js",
      "assets/js/background.js",
      "assets/js/localization.js",
      "assets/js/siema.min.js"
    ]
  },
  "browser_action": {
    "default_title": "20NINE",
    "default_icon": "assets/img/blue_logo.png",
    "default_popup": "assets/html/popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "assets/js/jquery-1.11.1.min.js",
        "assets/js/content_script.js"
      ],
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "assets/img/*.*",
    "assets/css/*.*",
    "assets/html/modal.html"
  ]
}