Email Extractor

Extract email addresses from web pages you visit

Email Extractor là gì?

Email Extractor là một tiện ích mở rộng Chrome được phát triển bởi braingainsoft - https://sourcingcertification.com/, và tính năng chính của nó là "Extract email addresses from web pages you visit".

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

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

                        Email Extractor finds and copies to clipboard valid email addresses from web pages a user visits.

To use:

Right-click on the extension icon to open an options window. You can select an execution mode and the resulting list options.

Execution Mode:

* In the "once" mode (default), when a user clicks the extension icon, the Extractor collects all emails from the active tab and copies them to the clipboard.

* In the 'background' mode, when a user clicks the extension icon, the Extractor starts collecting emails from web sites a user visits. When a user clicks the extension icon again, all collected emails are copied to the clipboard, and the collection process stops.

In both modes, all duplicate emails are collapsed into one.

Hovering over the extension icon shows a tooltip with a current mode. 
An indicator shows a number of emails collected: in black while the Extractor is collecting data, red when the collection is done.                    

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

Tên Email Extractor Email Extractor
ID naidmjmjlgpkbebchjabfjgcgjkgojbi
URL Chính Thức https://chromewebstore.google.com/detail/email-extractor/naidmjmjlgpkbebchjabfjgcgjkgojbi
Mô tả Extract email addresses from web pages you visit
Kích Thước Tệp 11.41 KB
Số Lần Cài Đặt 10,010
Phiên Bản Hiện Tại 2.3
Cập Nhật Lần Cuối 2023-01-24
Ngày Phát Hành 2020-06-11
Đánh Giá 3.83/5 Tổng số 12 Đánh Giá
Nhà Phát Triển braingainsoft - https://sourcingcertification.com/
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1p026IkS94dLBVDpdivwF2hWPZUMEEAq7fk7DzJjbMok/edit?usp=sharing
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Email Extractor",
    "description": "Extract email addresses from web pages you visit",
    "version": "2.3",
    "action": {
        "default_icon": "yellowenvelope.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "clipboardWrite",
        "scripting",
        "storage",
        "webNavigation"
    ]
}