Get Email

Get all email exists on current website and store it in local, not send to server

What is Get Email?

Get Email is a Chrome extension developed by phanmemviet24h, and its main feature is "Get all email exists on current website and store it in local, not send to server".

Extension Screenshots

screenshot

Download Get Email Extension CRX File

Download Get Email 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

                                            

Extension Basic Information

Name Get Email Get Email
ID accaalaikbngbnhikiiljfilnpphmegf
Official URL https://chrome.google.com/webstore/detail/get-email/accaalaikbngbnhikiiljfilnpphmegf
Description Get all email exists on current website and store it in local, not send to server
File Size 80.89 KB
Installation Count 1,713
Current Version 1.0
Last Updated 2015-04-08
Publish Date 2015-04-08
Rating 4.69/5 Total 16 Ratings
Developer phanmemviet24h
Payment Type free
Supported Languages en,vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "emailmarketing-16.png",
        "48": "emailmarketing-48.png",
        "128": "emailmarketing-128.png"
    }
}