Email Scraper

Automatically Scrape Emails and Download them in Excel File

Co je Email Scraper?

Email Scraper je rozšíření Chrome vyvinuté Hassan Raza, a jeho hlavní funkcí je „Automatically Scrape Emails and Download them in Excel File“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Email Scraper

Stáhněte si soubory rozšíření Email Scraper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Scrape Unlimited Emails Automatically and Download them in Excel File.

Enjoy Scraping!                    

Základní Informace o Rozšíření

Název Email Scraper Email Scraper
ID pfickflbfbmpobjaglfcfjcebifakiln
Oficiální URL https://chromewebstore.google.com/detail/email-scraper/pfickflbfbmpobjaglfcfjcebifakiln
Popis Automatically Scrape Emails and Download them in Excel File
Velikost souboru 15.09 KB
Počet instalací 214
Aktuální Verze 1.0
Poslední Aktualizace 2020-08-20
Datum Vydání 2020-08-20
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář Hassan Raza
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.freeprivacypolicy.com/live/89b48000-4100-46d4-a8cb-d17ca575a863
Podporované Jazyky 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
}