Email Extractor

Automated Email Extraction Tool which extracts email addresses from web pages and AutoSaves them to use anytime.

Email Extractor란 무엇입니까?

Email Extractor은(는) https://maildump.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automated Email Extraction Tool which extracts email addresses from web pages and AutoSaves them to use anytime."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Email Extractor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Collecting email ids, it’s not complicated & time-consuming anymore and this time it is free for you. Collect more email ids and get more leads with MailDump!

MailDump is a Powerful Automated Emails Extraction Tool for Chrome and Firefox. It uses very unique and powerful algorithms to extract email addresses from web pages. All email ids are filtered through those algorithms.

MailDump goes through every web source it visits and extracts email addresses from those web pages. It also saves email addresses to the user’s account.

The user can export current email ids as well as saved email addresses at any time. 

Have a Question or Suggestion?
Please feel free to Reach out if you have any questions, we are 100% responsive and reply instantly.

Happy dumping : )                    

확장 프로그램 기본 정보

이름 Email Extractor Email Extractor
ID npahnkjblgdfffkgogokpmeplpdoccib
공식 URL https://chromewebstore.google.com/detail/email-extractor/npahnkjblgdfffkgogokpmeplpdoccib
설명 Automated Email Extraction Tool which extracts email addresses from web pages and AutoSaves them to use anytime.
파일 크기 73.91 KB
설치 횟수 3,000
현재 버전 2.4
최근 업데이트 2022-09-05
출시 날짜 2019-08-27
평점 3.73/5 총 11 개의 평점
개발자 https://maildump.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://maildump.co/addons/email-extractor
도움말 페이지 URL https://maildump.co/support
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1KK94NwUiXVjt5NcnDMtNpTzENF3rVYi9eZZmDcxnguI/edit?usp=sharing
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Email Extractor",
    "short_name": "Email Extractor",
    "description": "Automated Email Extraction Tool which extracts email addresses from web pages and AutoSaves\u00a0them to use anytime.",
    "version": "2.4",
    "background": {
        "scripts": [
            "jquery-3.4.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/maildump.co\/*",
        "",
        "downloads"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Email Extractor",
        "default_popup": "popup.html"
    }
}