Email Finder by Snov.io

Email Finder by Snov.io

Find email addresses on any website. Our Email Finder lets you collect leads and grow sales on the go.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "js/sw.js"
  },
  "minimum_chrome_version": "92",
  "action": {
    "default_popup": "html/popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "js/content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "matches": [
        "https://app.snov.io/*"
      ],
      "js": [
        "js/snovio/snovioEvents.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://app.snov.io/*"
      ],
      "js": [
        "js/snovio/presence.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://app.snov.io/*"
      ],
      "js": [
        "js/snovio/signForApp.js"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "19": "img/19.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "permissions": [
    "tabs",
    "cookies",
    "notifications",
    "storage"
  ],
  "host_permissions": [
    "http://*/",
    "https://*/"
  ],
  "short_name": "__MSG_appShortName__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.3.16"
}