Email Finder

Find the email addresses behind any website and AutoSave them to use anytime.

Was ist Email Finder?

Email Finder ist eine Chrome-Erweiterung, die von https://maildump.co entwickelt wurde, und ihr Hauptmerkmal ist "Find the email addresses behind any website and AutoSave them to use anytime.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Email Finder-Erweiterungs-CRX-Datei herunterladen

Laden Sie Email Finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Email Finder is an advanced Chrome Extension to discover business email addresses from any Domain Name or any Company.

The tool is very quick and easy to use.

How it works:
Step 1: You provide a domain name (example: maildump.co).
Step 2: Email Finder start searching for email IDs under that particular domain.
Step 3: Once the searching is over it'll automatically download a CSV file containing all collected email addresses.

It also uses secure storage to store all of the email addresses that are collected throughout the time and you can download it at any time you want.

Have a Question or Suggestion?
Please feel free to Reach out if you have any questions, we are 100% responsive and reply instantly.

Happy dumping : )                    

Grundlegende Informationen zur Erweiterung

Name Email Finder Email Finder
ID bngmobiiapgiphgfeiegibbmaoflfdoa
Offizielle URL https://chromewebstore.google.com/detail/email-finder/bngmobiiapgiphgfeiegibbmaoflfdoa
Beschreibung Find the email addresses behind any website and AutoSave them to use anytime.
Dateigröße 89.84 KB
Installationsanzahl 2,138
Aktuelle Version 2.1.4
Letztes Update 2021-08-20
Veröffentlichungsdatum 2019-08-27
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler https://maildump.co
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://maildump.co/addons/email-finder
Hilfeseite URL https://maildump.co/support
URL der Datenschutzrichtlinien-Seite https://docs.google.com/document/d/1KK94NwUiXVjt5NcnDMtNpTzENF3rVYi9eZZmDcxnguI/edit?usp=sharing
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Email Finder",
    "short_name": "Email Finder",
    "description": "Find\u00a0the email addresses behind any website and AutoSave\u00a0them to use anytime.",
    "version": "2.1.4",
    "background": {
        "scripts": [
            "jquery-3.4.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "https:\/\/maildump.co\/*",
        "notifications",
        "",
        "downloads"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Email Finder",
        "default_popup": "popup.html"
    }
}