Email Finder

Find the email addresses behind any website and AutoSave them to use anytime.

Email Finder란 무엇입니까?

Email Finder은(는) https://maildump.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find the email addresses behind any website and AutoSave them to use anytime."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Email Finder is an advanced Chrome Extension to discover business email addresses from any Domain Name or any Company.

The tool is very quick and easy to use.

How it works:
Step 1: You provide a domain name (example: maildump.co).
Step 2: Email Finder start searching for email IDs under that particular domain.
Step 3: Once the searching is over it'll automatically download a CSV file containing all collected email addresses.

It also uses secure storage to store all of the email addresses that are collected throughout the time and you can download it at any time you want.

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 Finder Email Finder
ID bngmobiiapgiphgfeiegibbmaoflfdoa
공식 URL https://chromewebstore.google.com/detail/email-finder/bngmobiiapgiphgfeiegibbmaoflfdoa
설명 Find the email addresses behind any website and AutoSave them to use anytime.
파일 크기 89.84 KB
설치 횟수 2,138
현재 버전 2.1.4
최근 업데이트 2021-08-20
출시 날짜 2019-08-27
평점 4.00/5 총 4 개의 평점
개발자 https://maildump.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://maildump.co/addons/email-finder
도움말 페이지 URL https://maildump.co/support
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1KK94NwUiXVjt5NcnDMtNpTzENF3rVYi9eZZmDcxnguI/edit?usp=sharing
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Email Finder",
    "short_name": "Email Finder",
    "description": "Find\u00a0the email addresses behind any website and AutoSave\u00a0them to use anytime.",
    "version": "2.1.4",
    "background": {
        "scripts": [
            "jquery-3.4.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "https:\/\/maildump.co\/*",
        "notifications",
        "",
        "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 Finder",
        "default_popup": "popup.html"
    }
}