Hunter - Email Finder Extension

Find email addresses from anywhere on the web, with just one click.

Hunter - Email Finder Extension là gì?

Hunter - Email Finder Extension là một tiện ích mở rộng Chrome được phát triển bởi https://hunter.io, và tính năng chính của nó là "Find email addresses from anywhere on the web, with just one click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hunter - Email Finder Extension

Tải xuống các tệp mở rộng Hunter - Email Finder Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Hunter for Chrome lets you find immediately who to contact when you visit a website.

★ Domain Search

The Domain Search is the most powerful email-finding tool of its kind. Click the icon in Chrome to find all the email addresses related to the website you’re visiting. It includes the most common email pattern used, department filters and the public sources.

The email addresses are marked verified or returned with confidence scores. If an email address is not verified yet, you can do it by clicking the checkmark icon next to it.

★ Email Finder

If you already know the name the person you would like to contact, type it in the search field. The Email Finder will return the found email address along with a confidence score and sources.

If you're reading an article, Hunter's extension will look for the author's name and email address.

★ List building

Click the "+" next to a person to save this lead to a list. You can send email campaigns to your leads or save them to Salesforce, HubSpot, Pipedrive, Zoho and more than a hundred other CRMs and applications.

★ Trusted by more than 3 million people

Hunter (formerly Email Hunter) is used by salespeople, marketers, recruiters, bloggers, reporters and plenty of professionals who need to reach out.

★ Get started

Hunter's email finder extension requires an account you can create immediately after the installation. You'll get 25 free searches/month and can upgrade your account for more.

By installing the extension, you agree to Hunter's Privacy Policy (https://hunter.io/privacy-policy). 

Any question? Drop us a line at [email protected]!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hunter - Email Finder Extension Hunter - Email Finder Extension
ID hgmhmanijnjhaffoampdlllchpolkdnj
URL Chính Thức https://chromewebstore.google.com/detail/hunter-email-finder-exten/hgmhmanijnjhaffoampdlllchpolkdnj
Mô tả Find email addresses from anywhere on the web, with just one click.
Kích Thước Tệp 1.96 MB
Số Lần Cài Đặt 681,918
Phiên Bản Hiện Tại 3.1.4
Cập Nhật Lần Cuối 2023-10-24
Ngày Phát Hành 2020-07-04
Đánh Giá 4.72/5 Tổng số 12449 Đánh Giá
Nhà Phát Triển https://hunter.io
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://hunter.io/chrome
URL Trang Trợ Giúp https://help.hunter.io/extensions-and-add-ons/chrome-extension
URL Trang Chính Sách Bảo Mật https://hunter.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "short_name": "Hunter",
    "version": "3.1.4",
    "manifest_version": 3,
    "description": "__MSG_extension_description__",
    "homepage_url": "https:\/\/hunter.io",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "default_locale": "en",
    "action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "Hunter",
        "default_popup": "html\/browser_popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.hunter.io\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.hunter.io\/*"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/shared.js",
                "js\/hunter_content_script.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/lib\/purify.min.js",
                "js\/shared.js",
                "js\/websites_content_script.js"
            ],
            "css": [
                "css\/websites-sources.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/location_icon.png",
                "html\/source_popup.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}