Email Finder

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

Email Finder là gì?

Email Finder là một tiện ích mở rộng Chrome được phát triển bởi https://maildump.co, và tính năng chính của nó là "Find the email addresses behind any website and AutoSave them to use anytime.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Email Finder 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

                        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 : )                    

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

Tên Email Finder Email Finder
ID bngmobiiapgiphgfeiegibbmaoflfdoa
URL Chính Thức https://chromewebstore.google.com/detail/email-finder/bngmobiiapgiphgfeiegibbmaoflfdoa
Mô tả Find the email addresses behind any website and AutoSave them to use anytime.
Kích Thước Tệp 89.84 KB
Số Lần Cài Đặt 2,138
Phiên Bản Hiện Tại 2.1.4
Cập Nhật Lần Cuối 2021-08-20
Ngày Phát Hành 2019-08-27
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://maildump.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://maildump.co/addons/email-finder
URL Trang Trợ Giúp https://maildump.co/support
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1KK94NwUiXVjt5NcnDMtNpTzENF3rVYi9eZZmDcxnguI/edit?usp=sharing
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}