Email Scraper
Automatically Scrape Emails and Download them in Excel File
Co to jest Email Scraper?
Email Scraper to rozszerzenie Chrome opracowane przez Hassan Raza, a jego główną funkcją jest „Automatically Scrape Emails and Download them in Excel File”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Email Scraper
Pobierz pliki rozszerzeń Email Scraper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Scrape Unlimited Emails Automatically and Download them in Excel File. Enjoy Scraping!
Podstawowe informacje o rozszerzeniu
Nazwa | Email Scraper |
ID | pfickflbfbmpobjaglfcfjcebifakiln |
Oficjalny URL | https://chromewebstore.google.com/detail/email-scraper/pfickflbfbmpobjaglfcfjcebifakiln |
Opis | Automatically Scrape Emails and Download them in Excel File |
Rozmiar pliku | 15.09 KB |
Liczba instalacji | 214 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-08-20 |
Data Publikacji | 2020-08-20 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | Hassan Raza |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.freeprivacypolicy.com/live/89b48000-4100-46d4-a8cb-d17ca575a863 |
Obsługiwane Języki | 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 } |