Email Auto Extractor

Extract, automatically all email in a web page

Co je Email Auto Extractor?

Email Auto Extractor je rozšíření Chrome vyvinuté Nicolas Grillet, a jeho hlavní funkcí je „Extract, automatically all email in a web page“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Email Auto Extractor

Stáhněte si soubory rozšíření Email Auto Extractor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Email Auto Extractor Email Auto Extractor
ID blkpobilpealkkcibgcgfmflneafkkah
Oficiální URL https://chrome.google.com/webstore/detail/email-auto-extractor/blkpobilpealkkcibgcgfmflneafkkah
Popis Extract, automatically all email in a web page
Velikost souboru 186 KB
Počet instalací 996
Aktuální Verze 0.2.0
Poslední Aktualizace 2018-06-12
Datum Vydání 2018-06-12
Hodnocení 3.47/5 Celkem 57 Hodnocení
Vývojář Nicolas Grillet
E-mail [email protected]
Typ Platby in_store
Podporované Jazyky 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"
}