FindThatLead 2.0

FindThatLead 2.0

Get the most of the lead generation with FindThatLead new Chrome Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FindThatLead 2.0",
  "version": "1.0.3",
  "description": "Get the most of the lead generation with FindThatLead new Chrome Extension",
  "permissions": [
    "cookies",
    "tabs",
    "storage",
    "alarms",
    "scripting",
    "activeTab"
  ],
  "manifest_version": 3,
  "icons": {
    "16": "assets/img/findthatlead-16.png",
    "64": "assets/img/findthatlead-64.png",
    "128": "assets/img/findthatlead-128.png"
  },
  "action": {
    "default_popup": "",
    "default_icon": "assets/img/findthatlead-128.png"
  },
  "background": {
    "service_worker": "server.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://mail.google.com/mail/*",
        "*://*.linkedin.com/*",
        "*://*.crunchbase.com/*",
        "*://*.findthatlead.com/*",
        "*://www.google.com/search?q=*",
        "*://*/*",
        "<all_urls>"
      ],
      "all_frames": false,
      "css": [
        "assets/css/content.css"
      ],
      "js": [
        "assets/js/jquery.js",
        "assets/js/interact.min.js",
        "assets/js/moment.js",
        "assets/js/libs.js",
        "client.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "xhr.js",
        "assets/img/[email protected]",
        "views/services/countries.json",
        "views/index.html",
        "assets/img/side-icon.png",
        "assets/img/icon.png"
      ],
      "matches": [
        "*://*.crunchbase.com/*",
        "*://*.findthatlead.com/*",
        "*://mail.google.com/*",
        "*://www.google.com/*",
        "*://*.linkedin.com/*",
        "*://*/*",
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "*://*.linkedin.com/*",
    "*://*.crunchbase.com/*",
    "*://*.findthatlead.com/*",
    "*://*.google.com/*",
    "*://*/*",
    "<all_urls>"
  ]
}