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
Eメール [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"
    ]
}