Email Finder

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

Email Finderคืออะไร?

Email Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unified Address Book และคุณลักษณะหลักของมันคือ "Discover email addresses: enter a domain name and find all email IDs in seconds."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Email Finder

ดาวน์โหลดไฟล์ส่วนขยาย Email Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}