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
官方網址 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"
    ]
}