Email Scraper
Automatically Scrape Emails and Download them in Excel File
What is Email Scraper?
Email Scraper is a Chrome extension developed by Hassan Raza, and its main feature is "Automatically Scrape Emails and Download them in Excel File".
Extension Screenshots
Download Email Scraper Extension CRX File
Download Email Scraper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Scrape Unlimited Emails Automatically and Download them in Excel File. Enjoy Scraping!
Extension Basic Information
Name | Email Scraper |
ID | pfickflbfbmpobjaglfcfjcebifakiln |
Official URL | https://chromewebstore.google.com/detail/email-scraper/pfickflbfbmpobjaglfcfjcebifakiln |
Description | Automatically Scrape Emails and Download them in Excel File |
File Size | 15.09 KB |
Installation Count | 214 |
Current Version | 1.0 |
Last Updated | 2020-08-20 |
Publish Date | 2020-08-20 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Hassan Raza |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.freeprivacypolicy.com/live/89b48000-4100-46d4-a8cb-d17ca575a863 |
Supported Languages | 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 } |