Email Scraper

Email Scraper

Convert any company names to its emails. Just highlight company name in page and get its email list.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Email Scraper",
  "short_name": "CUF",
  "description": "Convert any company names to its emails. Just highlight company name in page and get its email list.",
  "version": "1.1.1",
  "author": "Zahra Jalilibaleh",
  "browser_action": {
    "default_icon": "logo.png",
    "default_title": "Email Scraper",
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "vendor/jquery/jquery-3.2.1.min.js",
      "js/main.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "permissions": [
    "https://mail-scraper.com/*",
    "activeTab",
    "storage"
  ]
}