FoxBound DataScout - B2B Email Finder

FoxBound DataScout - B2B Email Finder

FoxBound provides an arsenal of prospecting tools to create a single platform for smarter pipeline generation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "FoxBound DataScout - B2B Email Finder",
  "version": "1.5.6.4",
  "author": "Tejas",
  "description": "FoxBound provides an arsenal of prospecting tools to create a single platform for smarter pipeline generation.",
  "background": {
    "scripts": [
      "js/payload.js",
      "js/check_update.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "logo_16.png",
    "48": "logo_48.png",
    "128": "logo_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.linkedin.com/*"
      ],
      "js": [
        "js/jquery-3.2.1.min.js",
        "js/content.js"
      ]
    }
  ],
  "permissions": [
    "https://*.linkedin.com/*",
    "https://app.foxbound.io/*",
    "webRequest"
  ],
  "browser_action": {
    "default_icon": "logo_16.png",
    "default_popup": "popup.html"
  }
}