Email Auto Extractor

Extract, automatically all email in a web page

Cos'è Email Auto Extractor?

Email Auto Extractor è un'estensione di Chrome sviluppata da Nicolas Grillet, e la sua funzione principale è "Extract, automatically all email in a web page".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Email Auto Extractor

Scarica i file di estensione Email Auto Extractor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Auto extract all email adresses in a web page.

You just have to go on a webpage that contains email adresses and the extension show you how many email adresses it find, and then click on the logo to copy all email adresses.                    

Informazioni di Base sull'Estensione

Nome Email Auto Extractor Email Auto Extractor
ID blkpobilpealkkcibgcgfmflneafkkah
URL Ufficiale https://chrome.google.com/webstore/detail/email-auto-extractor/blkpobilpealkkcibgcgfmflneafkkah
Descrizione Extract, automatically all email in a web page
Dimensione del File 186 KB
Conteggio Installazioni 996
Versione Corrente 0.2.0
Ultimo Aggiornamento 2018-06-12
Data di Pubblicazione 2018-06-12
Valutazione 3.47/5 Totale 57 Valutazioni
Sviluppatore Nicolas Grillet
Email [email protected]
Tipo di Pagamento in_store
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Email Extraction !"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Extract, automatically all email in a web page",
    "homepage_url": "http:\/\/www.erreurs404.net",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "256": "icons\/icon256.png",
        "48": "icons\/icon48.png"
    },
    "short_name": "Email Extractor",
    "manifest_version": 2,
    "name": "Email Auto Extractor",
    "offline_enabled": true,
    "permissions": [
        "chrome:\/\/favicon\/",
        "contextMenus",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs",
        "storage",
        "activeTab"
    ],
    "version": "0.2.0"
}