Email Hunter

Email Extractor tool that save time and efforts. Forget copying and pasting. It collects emails as you browse websites.

Email Hunter là gì?

Email Hunter là một tiện ích mở rộng Chrome được phát triển bởi Alexander, và tính năng chính của nó là "Email Extractor tool that save time and efforts. Forget copying and pasting. It collects emails as you browse websites.".

Ả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 Hunter

Tải xuống các tệp mở rộng Email Hunter 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 is a time proven email grabber tool which helps collection emails. 
Email Hunter easily extracts email addresses from pages as you visit them and auto saves them all.
This chrome app finds email addresses scraping and searching source code and no matter what you see on the front.
The functions:
 - extract emails from visited pages
 - auto search
 - export collected emails to text file and copy to clipboard

Privacy Policy: https://docs.google.com/document/d/18F_ZZZlML8cE846l4gfPB81JUeLLMLTLtPZt5OsN2YA                    

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

Tên Email Hunter Email Hunter
ID mbindhfolmpijhodmgkloeeppmkhpmhc
URL Chính Thức https://chromewebstore.google.com/detail/email-hunter/mbindhfolmpijhodmgkloeeppmkhpmhc
Mô tả Email Extractor tool that save time and efforts. Forget copying and pasting. It collects emails as you browse websites.
Kích Thước Tệp 182 KB
Số Lần Cài Đặt 175,125
Phiên Bản Hiện Tại 1.9
Cập Nhật Lần Cuối 2023-10-25
Ngày Phát Hành 2020-05-13
Đánh Giá 4.95/5 Tổng số 1702 Đánh Giá
Nhà Phát Triển Alexander
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/18F_ZZZlML8cE846l4gfPB81JUeLLMLTLtPZt5OsN2YA/edit?usp=sharing
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "service_worker": "js\/sw.js"
    },
    "action": {
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "64": "img\/64.png",
        "128": "img\/128.png",
        "256": "img\/256.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "tabs",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "short_name": "__MSG_appShortName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.9"
}