Get Email

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

什么是Get Email?

Get Email是由phanmemviet24h开发的Chrome扩展程序,该扩展的主要功能是“Get all email exists on current website and store it in local, not send to server”。

扩展截图

screenshot

下载Get Email扩展crx文件

下载Get Email扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Get Email Get Email
ID accaalaikbngbnhikiiljfilnpphmegf
官方URL https://chrome.google.com/webstore/detail/get-email/accaalaikbngbnhikiiljfilnpphmegf
简介 Get all email exists on current website and store it in local, not send to server
文件大小 80.89 KB
安装次数 1,713
当前版本 1.0
更新时间 2015-04-08
上架时间 2015-04-08
评分 4.69/5 共16次评分
开发者 phanmemviet24h
付费类型 free
支持的语言 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"
    }
}