LinkeLead – LinkedIn Lead Generation Tool

LinkeLead – LinkedIn Lead Generation Tool

Linkelead is the easiest way to start effective sales. Collect a large number of leads in less time with new software.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "LinkeLead – LinkedIn Lead Generation Tool",
  "version": "2.3.46",
  "web_accessible_resources": [
    "icons/close-button.png",
    "images/logo.svg",
    "images/cross.svg",
    "images/bell.svg",
    "images/bell-h.svg",
    "images/loading.svg",
    "images/loading-h.svg",
    "images/select2-spinner.gif",
    "images/select2.png",
    "images/face1.svg",
    "images/face2.svg",
    "images/head.svg",
    "images/sad-head.png",
    "images/loader.gif"
  ],
  "description": "Linkelead is the easiest way to start effective sales. Collect a large number of leads in less time with new software.",
  "short_name": "LinkeLead",
  "icons": {
    "19": "icons/icon.png",
    "48": "icons/icon.png"
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "storage",
    "tabs",
    "activeTab",
    "cookies",
    "downloads"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/js/jquery-1.11.3.min.js",
        "vendor/select2-3.5.3/select2.js",
        "vendor/alertify/alertify.min.js",
        "js/js/jquery-ui.custom.min.js",
        "js/js/jquery.scrollbar.min.js",
        "js/js/app.js",
        "vendor/templates-new.js",
        "js/content-new.js",
        "vendor/progressbar.min.js"
      ],
      "css": [
        "vendor/select2-3.5.3/select2.css",
        "vendor/alertify/alertify.css",
        "vendor/alertify/default.min.css",
        "css/circle.css",
        "css/css/app.css",
        "css/trial-popup.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "vendor/jquery.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/icon.png"
    },
    "default_title": "LinkeLead"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.linkedin.com/ https://www.google-analytics.com; object-src 'self'"
}