Email Extractor

Extracting foreign trade customer's email from web pages.

什么是Email Extractor?

Email Extractor是由https://apppacket.com开发的Chrome扩展程序,该扩展的主要功能是“Extracting foreign trade customer's email from web pages.”。

扩展截图

screenshot
screenshot
screenshot

下载Email Extractor扩展crx文件

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

扩展使用说明

                        Find and locate foreign trade customer email in web pages.
[How to use]
1. When the web page is loaded, click the extension icon to extract all the Emails in the web page.
2. Click the Email displayed in the extension to locate the Email location in the page.
3. Click the Copy button to copy the Email to the clipboard.

[Update Note]
Limit the search scope.                    

扩展基本信息

名称 Email Extractor Email Extractor
ID kngneafioakadneodlbijgfledjjmoja
官方URL https://chromewebstore.google.com/detail/email-extractor/kngneafioakadneodlbijgfledjjmoja
简介 Extracting foreign trade customer's email from web pages.
文件大小 241 KB
安装次数 426
当前版本 2.1.2
更新时间 2023-07-02
上架时间 2022-02-23
评分 5.00/5 共2次评分
开发者 https://apppacket.com
电子邮箱 [email protected]
付费类型 free
支持的语言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "2.1.2",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "img\/logo.png",
        "32": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "__MSG_appName__",
        "default_icon": "img\/logo.png",
        "default_popup": "html\/popup.html"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "js": [
                "js\/common\/jquery.min.3.1.1.js",
                "js\/common\/libphone.js",
                "js\/common\/psl.min.js",
                "js\/common\/static.js",
                "js\/common\/util.js",
                "js\/page.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}