Email Scraper

Automatically Scrape Emails and Download them in Excel File

Vad är Email Scraper?

Email Scraper är en Chrome-tillägg utvecklad av Hassan Raza, och dess huvudfunktion är "Automatically Scrape Emails and Download them in Excel File".

Tilläggsskärmbilder

screenshot

Ladda ner Email Scraper-förlängningens CRX-fil

Ladda ner Email Scraper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Scrape Unlimited Emails Automatically and Download them in Excel File.

Enjoy Scraping!                    

Grundläggande Information om Tillägg

Namn Email Scraper Email Scraper
ID pfickflbfbmpobjaglfcfjcebifakiln
Officiell webbadress https://chromewebstore.google.com/detail/email-scraper/pfickflbfbmpobjaglfcfjcebifakiln
Beskrivning Automatically Scrape Emails and Download them in Excel File
Filstorlek 15.09 KB
Antal Installationer 214
Aktuell Version 1.0
Senast Uppdaterad 2020-08-20
Publiceringsdatum 2020-08-20
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare Hassan Raza
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.freeprivacypolicy.com/live/89b48000-4100-46d4-a8cb-d17ca575a863
Stödda Språk 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
}