Email Auto Extractor

Extract, automatically all email in a web page

Wat is Email Auto Extractor?

Email Auto Extractor is een Chrome-extensie ontwikkeld door Nicolas Grillet, en de belangrijkste functie is "Extract, automatically all email in a web page".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Email Auto Extractor

Download Email Auto Extractor-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

                        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.                    

Basisinformatie over de Extensie

Naam Email Auto Extractor Email Auto Extractor
ID blkpobilpealkkcibgcgfmflneafkkah
Officiële URL https://chrome.google.com/webstore/detail/email-auto-extractor/blkpobilpealkkcibgcgfmflneafkkah
Beschrijving Extract, automatically all email in a web page
Bestandsgrootte 186 KB
Aantal Installaties 996
Huidige Versie 0.2.0
Laatst Bijgewerkt 2018-06-12
Publicatiedatum 2018-06-12
Beoordeling 3.47/5 Totaal 57 Beoordelingen
Ontwikkelaar Nicolas Grillet
E-mail [email protected]
Betalingswijze in_store
Ondersteunde Talen 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"
}