Sales Lead MULTIPLIER 10X

Sales Lead MULTIPLIER 10X

Grab contact info from any web page and send it to any contact manager or email. Point. Click. Done.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName_x__",
  "version": "1.2.78",
  "manifest_version": 2,
  "short_name": "__MSG_shortName_x__",
  "description": "__MSG_description_x__",
  "default_locale": "en",
  "icons": {
    "16": "resources/icons/icon_128g.png",
    "48": "resources/icons/icon_128g.png",
    "128": "resources/icons/icon_128g.png"
  },
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "optional_permissions": [
    "activeTab",
    "tabs"
  ],
  "background": {
    "scripts": [
      "SLM_bg_bundle.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "resources/icons/icon_128g.png",
    "default_title": "__MSG_shortName_x__",
    "default_popup": "resources/html/popup.html"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "css": [
        "resources/css/slm.min.css"
      ],
      "exclude_matches": [
        "*://*/*accounts.google.com/o/oauth2",
        "*://*/*appengine",
        "*://*/*client-channel.google.com/client-channel",
        "*://*/*clients6.google.com/static/proxy.html",
        "*://*/*console.developers.google.com/*",
        "*://*/*google.com/ads",
        "*://*/*google.com/invalidation",
        "*://*/*google.com/pagead",
        "*://*/*googletagmanager",
        "*://*/*googletagmanager",
        "*://*/*hangouts",
        "*://*/*linkedin.com/csp",
        "*://*/*mail.google.com/_/scs/mail-static",
        "*://*/*mail.google.com/mail/u/1/?ui",
        "*://*/*platform.linkedin.com/js",
        "*://*/*plus.google.com",
        "*://*/*radar.cedexis.com",
        "*://*/*static.licdn.com",
        "*://*/*talkgadget.google.com",
        "*://slm100x.com/*",
        "*://www.salesleadmultiplier/*",
        "*://www.salesleadmultiplier/faq",
        "*://www.salesleadmultiplier/quickstartA.html",
        "*://www.salesleadmultiplier/quickstartB.html",
        "*://www6.glic.com/so/*",
        "*://*.plates10x.com/*"
      ],
      "js": [
        "SLM_ext_bundle.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com; object-src 'self'",
  "externally_connectable": {
    "ids": [
      "*"
    ],
    "matches": [
      "*://*.salesleadmultiplier.com/*",
      "*://test-dot-sale-lead-multiplier.appspot.com/*"
    ]
  }
}