Mr. E - Find B2B contacts universally

Mr. E - Find B2B contacts universally

Mr. E - the easiest way to find direct contact numbers of professionals & 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": "Mr. E - Find B2B contacts universally",
  "short_name": "Mr. E - Find B2B contacts universally",
  "author": "Mr E",
  "description": "Mr. E - the easiest way to find direct contact numbers of professionals & decision-makers",
  "version": "1.0",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "all_frames": false,
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_icon": "images/auto.png",
    "default_popup": "popup.html",
    "default_title": "Mr E"
  },
  "permissions": [
    "tabs"
  ],
  "icons": {
    "128": "images/auto.png"
  },
  "minimum_chrome_version": "55"
}