Email Scraper
Automatically Scrape Emails and Download them in Excel File
Qu'est-ce que Email Scraper ?
Email Scraper est une extension Chrome développée par Hassan Raza, et sa fonction principale est "Automatically Scrape Emails and Download them in Excel File".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Email Scraper
Téléchargez les fichiers d'extension Email Scraper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Scrape Unlimited Emails Automatically and Download them in Excel File. Enjoy Scraping!
Informations de Base sur l'Extension
Nom | Email Scraper |
ID | pfickflbfbmpobjaglfcfjcebifakiln |
URL Officiel | https://chromewebstore.google.com/detail/email-scraper/pfickflbfbmpobjaglfcfjcebifakiln |
Description | Automatically Scrape Emails and Download them in Excel File |
Taille du Fichier | 15.09 KB |
Nombre d'Installations | 214 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-08-20 |
Date de Publication | 2020-08-20 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Hassan Raza |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.freeprivacypolicy.com/live/89b48000-4100-46d4-a8cb-d17ca575a863 |
Langues Prises en Charge | 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 } |