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 |
官方網址 | 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 } |