Email Auto Extractor

Extract, automatically all email in a web page

What is Email Auto Extractor?

Email Auto Extractor is a Chrome extension developed by Nicolas Grillet, and its main feature is "Extract, automatically all email in a web page".

Extension Screenshots

screenshot
screenshot

Download Email Auto Extractor Extension CRX File

Download Email Auto Extractor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Email Auto Extractor Email Auto Extractor
ID blkpobilpealkkcibgcgfmflneafkkah
Official URL https://chrome.google.com/webstore/detail/email-auto-extractor/blkpobilpealkkcibgcgfmflneafkkah
Description Extract, automatically all email in a web page
File Size 186 KB
Installation Count 996
Current Version 0.2.0
Last Updated 2018-06-12
Publish Date 2018-06-12
Rating 3.47/5 Total 57 Ratings
Developer Nicolas Grillet
Email [email protected]
Payment Type in_store
Supported Languages 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"
}