AZ Email Extractor

Simple email extractor extension for Chrome To extract all email ID's automatically from webpages.

AZ Email Extractor là gì?

AZ Email Extractor là một tiện ích mở rộng Chrome được phát triển bởi Extension Master, và tính năng chính của nó là "Simple email extractor extension for Chrome To extract all email ID's automatically from webpages.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng AZ 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 extracts all the email ids from a webpage.

Email Extractor is a very useful email extraction extension for Chrome. Extension fetches email IDs from the web page and you can copy & paste email ids or export/download all of them to a text or CSV file.                    

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

Tên AZ Email Extractor AZ Email Extractor
ID aigmpdkhbheipeciefdmjecikekmgfij
URL Chính Thức https://chromewebstore.google.com/detail/az-email-extractor/aigmpdkhbheipeciefdmjecikekmgfij
Mô tả Simple email extractor extension for Chrome To extract all email ID's automatically from webpages.
Kích Thước Tệp 64.81 KB
Số Lần Cài Đặt 1,102
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2023-03-09
Ngày Phát Hành 2022-12-02
Đánh Giá 3.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Extension Master
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/az-email-extractor/privacy-policy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.4.0",
    "manifest_version": 3,
    "icons": {
        "16": "\/icons\/email16.png",
        "24": "\/icons\/email24.png",
        "32": "\/icons\/email32.png",
        "64": "\/icons\/email64.png",
        "124": "\/icons\/email124.png"
    },
    "content_scripts": [
        {
            "js": [
                "\/js\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "AZ Email Extractor",
        "default_description": "Simple email extractor extension for Chrome To scrape all email ID's automatically from webpages."
    },
    "permissions": [
        "tabs",
        "gcm",
        "notifications",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "\/js\/background.js"
    }
}