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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extract all emails on a webpage and Export them to a file.....Clean, Simple & Fast"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

EmailDrop - Extract Emails in 1 second 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}