Email extractor

Auto extractor email addresses from anywhere on the web

Was ist Email extractor?

Email extractor ist eine Chrome-Erweiterung, die von winfunzhao entwickelt wurde, und ihr Hauptmerkmal ist "Auto extractor email addresses from anywhere on the web".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Email extractor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Email extractor-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

                        Welcome to Email Extract, the Chrome extension that helps you effortlessly collect leads by extracting email addresses from visited web pages. With our extension, you can easily search for and extract email addresses on pages you visit, and even automate the search process for major search engines like Google and Bing. Our extension also bypasses obfuscation techniques, making it easier to find the email addresses you need.

##Features:

- Extract emails from visited pages
- Bypass obfuscation techniques (some of them)
- Auto Search for major search engine e.g. Google and Bing
- Export to Excel in XLSX format with proper data types
- Filters for Duplicate Email ID, so you get only Unique ones
- Local Storage
- Fast, Light

No crappy advertisements, no extra junk.

##AUTOMATION with AutoVisit and AutoSave. How it works?
After installing the extension, it automatically enables "Email extraction" mode.
The number of collected emails is displayed over the icon in your browser toolbar.
To view the collected emails, simply press the "Collected emails" button, which takes you to a full-screen page with a table of collected emails.
You can then export the data to Excel in XLSX format with proper data types by pressing the "Export" button.

#IS IT FREE?
It includes a FREE TRIAL for limited use and once you're sure you like it you can purchase PRO membership to use the full version.

#Data privacy
All the data is processed only on your local computer, it never passes through our web servers, no one knows what others export.

##Informal Disclaimer : 
This extension is not developed with an intention to spam people with your marketing mails, so use it for your personal stuff only.

#SUPPORT
We sincerely want to solve any problem you may have.Please feel free to contact us via [email protected].

Please note that Email Extract is a freemium product, and a license is required for downloading more than 50 latest emails. Start using Email Extract today to streamline your lead generation process and save time.                    

Grundlegende Informationen zur Erweiterung

Name Email extractor Email extractor
ID chfadkjfpmjoamejgabaaoocaopbknkg
Offizielle URL https://chromewebstore.google.com/detail/email-extractor/chfadkjfpmjoamejgabaaoocaopbknkg
Beschreibung Auto extractor email addresses from anywhere on the web
Dateigröße 262 KB
Installationsanzahl 38
Aktuelle Version 1.0.0
Letztes Update 2023-04-23
Veröffentlichungsdatum 2023-04-23
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler winfunzhao
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://email-extractor.cc
Hilfeseite URL https://email-extractor.cc/terms-of-service/
URL der Datenschutzrichtlinien-Seite https://email-extractor.cc/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Email extractor",
    "version": "1.0.0",
    "description": "Auto extractor email addresses from anywhere on the web",
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content.ts-loader-9fe423df.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyHfM8CRkvBE5mhMWGe9ikobYcAizmGD7h3nahyYbBcoPejUetRs9CTv91TE\/0Kn6UQMagjak62t6oNvt4EUB0e0D6VGrtszZ3D3tggsCJnqXzA1BYd+bqfULjXsIs7+XqSqzc20Wz7onmLtS4BiBmlE0TNg8DFDSebUM0fqDIGwnt12v94QLaWLtp0237FHtmFET+YESuPscI309Zqy9gT+s0HDWtUEx0BQr3AVX5cfxbQo7NfmjbBEez1iJilNXVcxBnL31DtM\/mH5RLtSlCLDLhvldjXRj3TKCl7UNd3XbvHCX9bh5Z\/JcdIKGgVhpYKW5Sd\/BJZfJFIHnVr8cWQIDAQAB",
    "oauth2": {
        "client_id": "180346679292-30r77uol4iaqkep5rfv32qn69mro01s4.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/browser-polyfill-827005dd.js",
                "assets\/index-d21d844b.js",
                "assets\/content.ts-05f448a6.js"
            ],
            "use_dynamic_url": true
        }
    ]
}