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文件

下載Email Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}