Email Scraper

Best tool for extract any website emails

什麼是Email Scraper?

Email Scraper是由http://email-scraper.com開發的Chrome擴展程式,該擴展的主要功能是“Best tool for extract any website emails”。

擴展截圖

screenshot
screenshot
screenshot

下載Email Scraper擴展crx文件

下載Email Scraper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Email Scraper Email Scraper
ID ocpenochjbainpeihdgnocgjicfeajhg
官方網址 https://chrome.google.com/webstore/detail/email-scraper/ocpenochjbainpeihdgnocgjicfeajhg
簡介 Best tool for extract any website emails
檔案大小 337 KB
安裝次數 62
目前版本 1.0.0
更新時間 2021-05-02
上架時間 2021-05-02
評分 4.25/5 共 4 次評分
開發者 http://email-scraper.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://email-scraper.com/
說明頁面URL https://email-scraper.com/contact
隱私政策頁面URL https://email-scraper.com/security-policy
支援的語言 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'"
}