Email extractor

Auto extractor email addresses from anywhere on the web

¿Qué es Email extractor?

Email extractor es una extensión de Chrome desarrollada por winfunzhao, y su función principal es "Auto extractor email addresses from anywhere on the web".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Email extractor

Descarga archivos de extensión Email extractor en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Email extractor Email extractor
ID chfadkjfpmjoamejgabaaoocaopbknkg
URL Oficial https://chromewebstore.google.com/detail/email-extractor/chfadkjfpmjoamejgabaaoocaopbknkg
Descripción Auto extractor email addresses from anywhere on the web
Tamaño del Archivo 262 KB
Cantidad de Instalaciones 38
Versión Actual 1.0.0
Última Actualización 2023-04-23
Fecha de Publicación 2023-04-23
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador winfunzhao
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://email-extractor.cc
URL de la Página de Ayuda https://email-extractor.cc/terms-of-service/
URL de la Página de Política de Privacidad https://email-extractor.cc/privacy-policy
Idiomas Soportados 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
        }
    ]
}