Email Scraper
Automatically Scrape Emails and Download them in Excel File
什么是Email Scraper?
Email Scraper是由Hassan Raza开发的Chrome扩展程序,该扩展的主要功能是“Automatically Scrape Emails and Download them in Excel File”。
扩展截图
下载Email Scraper扩展crx文件
下载Email Scraper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Scrape Unlimited Emails Automatically and Download them in Excel File. Enjoy Scraping!
扩展基本信息
名称 | Email Scraper |
ID | pfickflbfbmpobjaglfcfjcebifakiln |
官方URL | https://chromewebstore.google.com/detail/email-scraper/pfickflbfbmpobjaglfcfjcebifakiln |
简介 | Automatically Scrape Emails and Download them in Excel File |
文件大小 | 15.09 KB |
安装次数 | 214 |
当前版本 | 1.0 |
更新时间 | 2020-08-20 |
上架时间 | 2020-08-20 |
评分 | 5.00/5 共4次评分 |
开发者 | Hassan Raza |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.freeprivacypolicy.com/live/89b48000-4100-46d4-a8cb-d17ca575a863 |
支持的语言 | 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 } |