EmailDrop - Extract Emails in 1 second

Extract all emails on a webpage and Export them to a file.....Clean, Simple & Fast

EmailDrop - Extract Emails in 1 second क्या है?

EmailDrop - Extract Emails in 1 second EmailDrop द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extract all emails on a webpage and Export them to a file.....Clean, Simple & Fast"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में EmailDrop - Extract Emails in 1 second एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Extract all emails on a webpage and export them to a file.

* Clean, Simple & Fast
* Detect Fuzzy Strings (like @2x.png)
* Intelligent Engine

EmailDrop is a simple and very powerful Chrome Extension which helps you extract emails on a webpage and export them to a file. No more hassle to copy each email from a webpage and store it individually.

EmailDrop is a powerful Chrome extension to extract emails automatically from website and webpages. 

You don't need to be a developer to use EmailDrop, (so no need to learn Xpath,jquery,css...) EmailDrop identify the email in the webpage, scrapes that informations, and displayed it in a popup (or you can download all the emails at once)

Also, EmailDrop remove all data that looks like email but are not (like [email protected])

This extension allows you to :
- Extract all the emails on the webpage
- Store all the extracted emails as a TXT file

For people who work in the SEO industry, you can quickly collect a group of emails on the page and store them for future reference to a TXT file 

With EmailDrop, it takes 1 click to get and extract email on a webpage. EmailDrop is the perfect email extraction tool.

Happy Email Droping :)

Note : we are developing a paid extension wth many more features. Install this extension and we'll keep you updated with notifications.                    

एक्सटेंशन की मूल जानकारी

नाम EmailDrop - Extract Emails in 1 second EmailDrop - Extract Emails in 1 second
ID peilgijmhiocdmdeglhiljipigamfbjh
आधिकारिक URL https://chromewebstore.google.com/detail/emaildrop-extract-emails/peilgijmhiocdmdeglhiljipigamfbjh
विवरण Extract all emails on a webpage and Export them to a file.....Clean, Simple & Fast
फ़ाइल का आकार 191 KB
स्थापना संख्या 30,000
वर्तमान संस्करण 1.9
अंतिम अपडेट 2020-06-09
प्रकाशन तिथि 2020-06-08
रेटिंग 3.67/5 कुल 33 रेटिंग्स
डेवलपर EmailDrop
भुगतान के प्रकार free
सहायता पृष्ठ URL https://docs.google.com/document/d/1umfB9yptDkvVbEAHYIaJIAEHwYjewYXByukO4yiwriY/edit?usp=sharing
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/1umfB9yptDkvVbEAHYIaJIAEHwYjewYXByukO4yiwriY/edit?usp=sharing
समर्थित भाषाएँ id,de,en,fr,es,it,pl,pt-BR,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.9",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "EmailDrop - Email Exporter",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}