Demand: LinkedIn Email Finder + B2B Contacts

Demand: LinkedIn Email Finder + B2B Contacts

Find Email Addresses & Mobile Numbers While Researching on the Web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "4.0.1",
  "icons": {
    "128": "img/icon-128.png"
  },
  "browser_action": {
    "default_icon": "img/icon-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "externally_connectable": {
    "matches": [
      "*://*.salestools.io/*",
      "*://*.usedemand.com/*",
      "https://voogy.app/*",
      "https://voogy.com/*"
    ]
  },
  "permissions": [
    "cookies",
    "storage",
    "*://*.salestools.io/*",
    "*://*.saleshub.ai/*",
    "*://*.usedemand.com/*",
    "*://www.linkedin.com/*",
    "*://voogy.app/*",
    "*://www.xing.com/*",
    "*://*.facebook.com/*",
    "*://github.com/*",
    "*://*.instagram.com/*",
    "*://*.intercom.io/*",
    "*://*.linkedin.com/*",
    "*://*.medium.com/*",
    "*://*.producthunt.com/*",
    "*://*.slack.com/*",
    "*://*.twitter.com/*",
    "*://*.uber.com/*",
    "*://*.youtube.com/*"
  ],
  "web_accessible_resources": [
    "/*"
  ]
}