Extract Emails

Extract Emails - Extract emails from any website automatically

Wat is Extract Emails?

Extract Emails is een Chrome-extensie ontwikkeld door Reveniux, en de belangrijkste functie is "Extract Emails - Extract emails from any website automatically".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Extract Emails

Download Extract Emails-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Extract emails from any website without any clicks

Just active the extension and start visiting the websites that you want to get emails / leads from them

Features:
* Extract emails from visited pages
* Auto Email search
* Export to Excel emails as XLSX format with proper data types

It's Completely FREE there is no LIMIT, what are you waiting for? try it NOW                    

Basisinformatie over de Extensie

Naam Extract Emails Extract Emails
ID kpkikpldnjgpchckjmmanbplhhmodlbf
Officiële URL https://chromewebstore.google.com/detail/extract-emails/kpkikpldnjgpchckjmmanbplhhmodlbf
Beschrijving Extract Emails - Extract emails from any website automatically
Bestandsgrootte 740 KB
Aantal Installaties 1,715
Huidige Versie 1.3
Laatst Bijgewerkt 2022-07-26
Publicatiedatum 2022-06-11
Beoordeling 4.97/5 Totaal 38 Beoordelingen
Ontwikkelaar Reveniux
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://reveniux.com/privacy
Ondersteunde Talen id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/kpkikpldnjgpchckjmmanbplhhmodlbf",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "next.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "version": "1.3",
    "manifest_version": 3
}