Visible Email Scraper
This tool is useful to scrape publicly available emails. Which is visible
Visible Email Scraperคืออะไร?
Visible Email Scraper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jagadeesh Chundru และคุณลักษณะหลักของมันคือ "This tool is useful to scrape publicly available emails. Which is visible"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Visible Email Scraper
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |