Selling.com

Selling.com

Selling.com Chrome Extension. B2B contact info - find validated emails and mobile phones of 200M+ decision-makers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Selling.com",
  "version": "4.3.25",
  "description": "Selling.com Chrome Extension. B2B contact info - find validated emails and mobile phones of 200M+ decision-makers.",
  "browser_action": {
    "default_icon": {
      "16": "images/logo_grey.png",
      "32": "images/logo_grey.png",
      "48": "images/logo_grey.png",
      "128": "images/logo_grey.png"
    },
    "default_title": "Selling.com",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/logo.png",
    "32": "images/logo.png",
    "48": "images/logo.png",
    "128": "images/logo.png"
  },
  "author": "Selling.com",
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle"
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "unlimitedStorage",
    "activeTab",
    "tabs",
    "cookies",
    "<all_urls>",
    "storage",
    "webNavigation"
  ],
  "minimum_chrome_version": "60",
  "web_accessible_resources": [
    "*.svg",
    "*.jpg",
    "*.png",
    "*.ttf",
    "*.eot",
    "*.woff"
  ],
  "homepage_url": "https://app.selling.com/",
  "externally_connectable": {
    "matches": [
      "https://*.infusearch.com/*",
      "https://*.infotelligent.com/*",
      "https://*.selling.com/*"
    ]
  }
}