Mailsie - Email Extractor

Mailsie - Email Extractor

Bulk Email Extraction from Google Maps, Search, Yellow Pages & Any Website you Browse. Automatically & Fast.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Mailsie - Email Extractor",
  "version": "1.300",
  "description": "Bulk Email Extraction from Google Maps, Search, Yellow Pages & Any Website you Browse. Automatically & Fast.",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "webRequest",
    "tabs",
    "activeTab",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "http://*/*",
    "*://*/*"
  ],
  "icons": {
    "42": "Images/42.png",
    "128": "Images/128.png"
  },
  "action": {
    "default_title": "MAILSIE E-MAIL EXTRACTOR",
    "default_popup": "html/popup.html"
  }
}