Email Auto Extractor

Extract, automatically all email in a web page

Qu'est-ce que Email Auto Extractor ?

Email Auto Extractor est une extension Chrome développée par Nicolas Grillet, et sa fonction principale est "Extract, automatically all email in a web page".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Email Auto Extractor

Téléchargez les fichiers d'extension Email Auto Extractor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Email Auto Extractor Email Auto Extractor
ID blkpobilpealkkcibgcgfmflneafkkah
URL Officiel https://chrome.google.com/webstore/detail/email-auto-extractor/blkpobilpealkkcibgcgfmflneafkkah
Description Extract, automatically all email in a web page
Taille du Fichier 186 KB
Nombre d'Installations 996
Version Actuelle 0.2.0
Dernière Mise à Jour 2018-06-12
Date de Publication 2018-06-12
Évaluation 3.47/5 Total 57 Évaluations
Développeur Nicolas Grillet
Email [email protected]
Type de Paiement in_store
Langues Prises en Charge 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"
}