Email Auto Extractor

Extract, automatically all email in a web page

Email Auto Extractor là gì?

Email Auto Extractor là một tiện ích mở rộng Chrome được phát triển bởi Nicolas Grillet, và tính năng chính của nó là "Extract, automatically all email in a web page".

Ả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 Email Auto Extractor

Tải xuống các tệp mở rộng Email Auto 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

                        Auto extract all email adresses in a web page.

You just have to go on a webpage that contains email adresses and the extension show you how many email adresses it find, and then click on the logo to copy all email adresses.                    

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

Tên Email Auto Extractor Email Auto Extractor
ID blkpobilpealkkcibgcgfmflneafkkah
URL Chính Thức https://chrome.google.com/webstore/detail/email-auto-extractor/blkpobilpealkkcibgcgfmflneafkkah
Mô tả Extract, automatically all email in a web page
Kích Thước Tệp 186 KB
Số Lần Cài Đặt 996
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2018-06-12
Ngày Phát Hành 2018-06-12
Đánh Giá 3.47/5 Tổng số 57 Đánh Giá
Nhà Phát Triển Nicolas Grillet
Email [email protected]
Loại Thanh Toán in_store
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Email Extraction !"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Extract, automatically all email in a web page",
    "homepage_url": "http:\/\/www.erreurs404.net",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "256": "icons\/icon256.png",
        "48": "icons\/icon48.png"
    },
    "short_name": "Email Extractor",
    "manifest_version": 2,
    "name": "Email Auto Extractor",
    "offline_enabled": true,
    "permissions": [
        "chrome:\/\/favicon\/",
        "contextMenus",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs",
        "storage",
        "activeTab"
    ],
    "version": "0.2.0"
}