Visible Email Scraper
This tool is useful to scrape publicly available emails. Which is visible
Visible Email Scraper là gì?
Visible Email Scraper là một tiện ích mở rộng Chrome được phát triển bởi Jagadeesh Chundru, và tính năng chính của nó là "This tool is useful to scrape publicly available emails. Which is visible".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Visible Email Scraper
Tải xuống các tệp mở rộng Visible Email Scraper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
@ 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cofbbkpeklnnmmfmioopmhagmjbfcccc |
URL Chính Thức | https://chromewebstore.google.com/detail/visible-email-scraper/cofbbkpeklnnmmfmioopmhagmjbfcccc |
Mô tả | This tool is useful to scrape publicly available emails. Which is visible |
Kích Thước Tệp | 13.49 KB |
Số Lần Cài Đặt | 12 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-11-16 |
Ngày Phát Hành | 2020-11-16 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Jagadeesh Chundru |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://jagadeeshchundru.com/visible-email-scraper/ |
URL Trang Trợ Giúp | https://jagadeeshchundru.com/contact/ |
URL Trang Chính Sách Bảo Mật | https://jagadeeshchundru.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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 } |