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
公式URL 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
Eメール [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
}