Email Scraper
Automatically Scrape Emails and Download them in Excel File
Wat is Email Scraper?
Email Scraper is een Chrome-extensie ontwikkeld door Hassan Raza, en de belangrijkste functie is "Automatically Scrape Emails and Download them in Excel File".
Extensie Screenshots
Download het CRX-bestand van de extensie Email Scraper
Download Email Scraper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        Scrape Unlimited Emails Automatically and Download them in Excel File.
Enjoy Scraping!                     Basisinformatie over de Extensie
| Naam |   |  
| ID | pfickflbfbmpobjaglfcfjcebifakiln | 
| Officiële URL | https://chromewebstore.google.com/detail/email-scraper/pfickflbfbmpobjaglfcfjcebifakiln | 
| Beschrijving | Automatically Scrape Emails and Download them in Excel File | 
| Bestandsgrootte | 15.09 KB | 
| Aantal Installaties | 214 | 
| Huidige Versie | 1.0 | 
| Laatst Bijgewerkt | 2020-08-20 | 
| Publicatiedatum | 2020-08-20 | 
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen | 
| Ontwikkelaar | Hassan Raza | 
| [email protected] | |
| Betalingswijze | free | 
| URL van de Privacybeleid Pagina | https://www.freeprivacypolicy.com/live/89b48000-4100-46d4-a8cb-d17ca575a863 | 
| Ondersteunde Talen | 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
}  |  |