Email Scraper

Automatically Scrape Emails and Download them in Excel File

什麼是Email Scraper?

Email Scraper是由Hassan Raza開發的Chrome擴展程式,該擴展的主要功能是“Automatically Scrape Emails and Download them in Excel File”。

擴展截圖

screenshot

下載Email Scraper擴展crx文件

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

擴展使用說明

                        Scrape Unlimited Emails Automatically and Download them in Excel File.

Enjoy Scraping!                    

擴展基本資訊

名稱 Email Scraper Email Scraper
ID pfickflbfbmpobjaglfcfjcebifakiln
官方網址 https://chromewebstore.google.com/detail/email-scraper/pfickflbfbmpobjaglfcfjcebifakiln
簡介 Automatically Scrape Emails and Download them in Excel File
檔案大小 15.09 KB
安裝次數 214
目前版本 1.0
更新時間 2020-08-20
上架時間 2020-08-20
評分 5.00/5 共 4 次評分
開發者 Hassan Raza
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.freeprivacypolicy.com/live/89b48000-4100-46d4-a8cb-d17ca575a863
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email Scraper",
    "version": "1.0",
    "description": "Automatically Scrape Emails and Download them in Excel File",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/email16.png",
            "32": "images\/email32.png",
            "48": "images\/email48.png",
            "128": "images\/email128.png"
        }
    },
    "icons": {
        "16": "images\/email16.png",
        "32": "images\/email32.png",
        "48": "images\/email48.png",
        "128": "images\/email128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}