Leadb Email Finder For LinkedIn

Leadb Email Finder For LinkedIn

Leadb Email Finder for LinkedIn Leadb Email Finder is a free prospecting tool to find business email of anyone on LinkedIn. We…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "0.0.9",
  "name": "Leadb Email Finder For LinkedIn",
  "browser_action": {
    "default_icon": "images/logo-green.png",
    "default_title": "Leadb Email Finder",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "images/logo-green.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.linkedin.com/*",
        "https://*.leadb.co/*"
      ],
      "css": [
        "css/style.css"
      ],
      "js": [
        "main-bundle.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background-bundle.js"
    ]
  },
  "permissions": [
    "https://www.leadb.co/*",
    "https://www.linkedin.com/*",
    "http://localhost:8080/*",
    "tabs",
    "activeTab",
    "storage"
  ]
}