Email Scraper
Best tool for extract any website emails
Email Scraper क्या है?
Email Scraper http://email-scraper.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Best tool for extract any website emails"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Email Scraper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Best Email Extractor Give yourself the luxury of extracting emails without doing anything. ## Intro Email Scraper is a powerful email extracting extension. It allows you to export email data from any website to a file in csv format. ## Traits Export from any website emails Export the selected emails Delete the selected emails Delete duplicate emails Save emails to local storage Auto search emails on Google - Yahoo - Bing # It's free? Yes, Email Scraper is free. You can get basic functionality and upgrade to get more functionality. # Data confidentiality All email data is processed in your local computer, it never goes through our web server, no one knows what you have discarded. Questions? Write to us at the email address: [email protected] or directly on our site from this link https://email.scraper.com/contact privacy policy https://email-scraper.com/security-policy
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ocpenochjbainpeihdgnocgjicfeajhg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/email-scraper/ocpenochjbainpeihdgnocgjicfeajhg |
विवरण | Best tool for extract any website emails |
फ़ाइल का आकार | 337 KB |
स्थापना संख्या | 62 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2021-05-02 |
प्रकाशन तिथि | 2021-05-02 |
रेटिंग | 4.25/5 कुल 4 रेटिंग्स |
डेवलपर | http://email-scraper.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://email-scraper.com/ |
सहायता पृष्ठ URL | https://email-scraper.com/contact |
गोपनीयता नीति पृष्ठ URL | https://email-scraper.com/security-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Email Scraper", "version": "1.0.0", "description": "Best tool for extract any website emails", "manifest_version": 2, "permissions": [ "storage" ], "browser_action": { "default_icon": { "16": "img\/logo.png", "24": "img\/logo.png", "32": "img\/logo.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "js\/content.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' 'unsafe-eval'" } |