Email Finder

Discover email addresses: enter a domain name and find all email IDs in seconds.

Email Finder란 무엇입니까?

Email Finder은(는) Unified Address Book에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Discover email addresses: enter a domain name and find all email IDs in seconds."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Email Finder is a Chrome Extension to discover business email addresses for 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: @hunter.io)
Step 2: Email Finder searches for email IDs from this domain
Step 3: you copy/paste the discovered email IDs or you download all discovered email addresses in CSV / TXT

This Chrome Extension is an alternative to expensive tools like hunter.io, emailhunter, clearbit, anymailfinder, FindAnyEmail, FTL, leadIQ or ContactOut.                    

확장 프로그램 기본 정보

이름 Email Finder Email Finder
ID dbmjjcmdhfjbgkgigdndfnfddminlpgb
공식 URL https://chromewebstore.google.com/detail/email-finder/dbmjjcmdhfjbgkgigdndfnfddminlpgb
설명 Discover email addresses: enter a domain name and find all email IDs in seconds.
파일 크기 756 KB
설치 횟수 41,253
현재 버전 0.1.9
최근 업데이트 2021-03-04
출시 날짜 2020-06-04
평점 4.34/5 총 62 개의 평점
개발자 Unified Address Book
이메일 [email protected]
결제 유형 in_app
도움말 페이지 URL https://docs.google.com/document/d/1sE5Bh2ZXIWyzkR6k8EKkBLbs2WZwgLkb2-wfK3iIl7I
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1sE5Bh2ZXIWyzkR6k8EKkBLbs2WZwgLkb2-wfK3iIl7I
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Email Finder",
    "short_name": "Email Finder",
    "description": "Discover email addresses: enter a domain name and find all email IDs in seconds.",
    "version": "0.1.9",
    "permissions": [
        "storage",
        "tabs",
        "webNavigation",
        "cookies",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "19": "icon19.png",
            "38": "icon38.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/utils.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "offline_enabled": true,
    "background": {
        "persistent": true,
        "scripts": [
            "scripts\/jquery.min.js",
            "scripts\/mux.js",
            "bg.js"
        ]
    },
    "web_accessible_resources": [
        "scripts\/*.js",
        "images\/*.png",
        "images\/*.svg",
        "css\/*.css"
    ]
}