Visible Email Scraper
This tool is useful to scrape publicly available emails. Which is visible
什么是Visible Email Scraper?
Visible Email Scraper是由Jagadeesh Chundru开发的Chrome扩展程序,该扩展的主要功能是“This tool is useful to scrape publicly available emails. Which is visible”。
扩展截图
下载Visible Email Scraper扩展crx文件
下载Visible Email Scraper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
@ You can get emails from Search Engines, Social Media Platforms and from Others. Search query will play a big role to find your emails. We added few queries in screenshots. For more you can visit - https://jagadeeshchundru.com/visible-email-scraper/ We developed this tool to easy the workflow. So, please use this tool for good purpose. Don't spam others with bloody email's. Please be careful with GDPR, CCPA and related privacy policies.
扩展基本信息
名称 | |
ID | cofbbkpeklnnmmfmioopmhagmjbfcccc |
官方URL | https://chromewebstore.google.com/detail/visible-email-scraper/cofbbkpeklnnmmfmioopmhagmjbfcccc |
简介 | This tool is useful to scrape publicly available emails. Which is visible |
文件大小 | 13.49 KB |
安装次数 | 12 |
当前版本 | 1.0 |
更新时间 | 2020-11-16 |
上架时间 | 2020-11-16 |
评分 | 5.00/5 共1次评分 |
开发者 | Jagadeesh Chundru |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://jagadeeshchundru.com/visible-email-scraper/ |
帮助页面URL | https://jagadeeshchundru.com/contact/ |
隐私政策页面URL | https://jagadeeshchundru.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "visible email scraper background.js" ] }, "browser_action": { "default_icon": "visible email scraper - icon 128.png", "default_title": "Visible Email Scarper" }, "name": "Visible Email Scraper", "description": "This tool is useful to scrape publicly available emails. Which is visible", "homepage_url": "https:\/\/jagadeeshchundru.com\/visible-email-scraper\/", "icons": { "128": "visible email scraper - icon 128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0", "manifest_version": 2 } |