Email Extractor

Extracting foreign trade customer's email from web pages.

Email Extractor là gì?

Email Extractor là một tiện ích mở rộng Chrome được phát triển bởi https://apppacket.com, và tính năng chính của nó là "Extracting foreign trade customer's email from web pages.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Email Extractor

Tải xuống các tệp mở rộng Email Extractor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Email Extractor Email Extractor
ID kngneafioakadneodlbijgfledjjmoja
URL Chính Thức https://chromewebstore.google.com/detail/email-extractor/kngneafioakadneodlbijgfledjjmoja
Mô tả Extracting foreign trade customer's email from web pages.
Kích Thước Tệp 241 KB
Số Lần Cài Đặt 426
Phiên Bản Hiện Tại 2.1.2
Cập Nhật Lần Cuối 2023-07-02
Ngày Phát Hành 2022-02-23
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://apppacket.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}