Visible Email Scraper
This tool is useful to scrape publicly available emails. Which is visible
Visible Email Scraper क्या है?
Visible Email Scraper Jagadeesh Chundru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This tool is useful to scrape publicly available emails. Which is visible"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Visible Email Scraper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
@ 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 } |