Email Scraper

Best tool for extract any website emails

Email Scraper là gì?

Email Scraper là một tiện ích mở rộng Chrome được phát triển bởi http://email-scraper.com, và tính năng chính của nó là "Best tool for extract any website emails".

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

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

                        Best Email Extractor
Give yourself the luxury of extracting emails without doing anything.
## Intro

Email Scraper is a powerful email extracting extension. It allows you to export email data from any website to a file in csv format.

## Traits
Export from any website emails
Export the selected emails
Delete the selected emails
Delete duplicate emails
Save emails to local storage
Auto search emails on Google - Yahoo - Bing

# It's free?

Yes, Email Scraper is free. You can get basic functionality and upgrade to get more functionality.

# Data confidentiality
All email data is processed in your local computer, it never goes through our web server, no one knows what you have discarded.

Questions? Write to us at the email address: [email protected] or directly on our site from this link https://email.scraper.com/contact

privacy policy
https://email-scraper.com/security-policy                    

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

Tên Email Scraper Email Scraper
ID ocpenochjbainpeihdgnocgjicfeajhg
URL Chính Thức https://chrome.google.com/webstore/detail/email-scraper/ocpenochjbainpeihdgnocgjicfeajhg
Mô tả Best tool for extract any website emails
Kích Thước Tệp 337 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-05-02
Ngày Phát Hành 2021-05-02
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển http://email-scraper.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://email-scraper.com/
URL Trang Trợ Giúp https://email-scraper.com/contact
URL Trang Chính Sách Bảo Mật https://email-scraper.com/security-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email Scraper",
    "version": "1.0.0",
    "description": "Best tool for extract any website emails",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "img\/logo.png",
            "24": "img\/logo.png",
            "32": "img\/logo.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' 'unsafe-eval'"
}