Email Scraper
Automatically Scrape Emails and Download them in Excel File
Hvad er Email Scraper?
Email Scraper er en Chrome-udvidelse udviklet af Hassan Raza, og dens hovedfunktion er "Automatically Scrape Emails and Download them in Excel File".
Udvidelsesskærmbilleder
Download Email Scraper-udvidelses-CRX-fil
Download Email Scraper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Scrape Unlimited Emails Automatically and Download them in Excel File.
Enjoy Scraping! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | pfickflbfbmpobjaglfcfjcebifakiln |
| Officiel URL | https://chromewebstore.google.com/detail/email-scraper/pfickflbfbmpobjaglfcfjcebifakiln |
| Beskrivelse | Automatically Scrape Emails and Download them in Excel File |
| Filstørrelse | 15.09 KB |
| Antal Installationer | 214 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2020-08-20 |
| Udgivelsesdato | 2020-08-20 |
| Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
| Udvikler | Hassan Raza |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://www.freeprivacypolicy.com/live/89b48000-4100-46d4-a8cb-d17ca575a863 |
| Understøttede Sprog | 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
} | |