Email Hunter

Email Extractor tool that save time and efforts. Forget copying and pasting. It collects emails as you browse websites.

什么是Email Hunter?

Email Hunter是由Alexander开发的Chrome扩展程序,该扩展的主要功能是“Email Extractor tool that save time and efforts. Forget copying and pasting. It collects emails as you browse websites.”。

扩展截图

screenshot

下载Email Hunter扩展crx文件

下载Email Hunter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Email Extractor is a time proven email grabber tool which helps collection emails. 
Email Hunter easily extracts email addresses from pages as you visit them and auto saves them all.
This chrome app finds email addresses scraping and searching source code and no matter what you see on the front.
The functions:
 - extract emails from visited pages
 - auto search
 - export collected emails to text file and copy to clipboard

Privacy Policy: https://docs.google.com/document/d/18F_ZZZlML8cE846l4gfPB81JUeLLMLTLtPZt5OsN2YA                    

扩展基本信息

名称 Email Hunter Email Hunter
ID mbindhfolmpijhodmgkloeeppmkhpmhc
官方URL https://chromewebstore.google.com/detail/email-hunter/mbindhfolmpijhodmgkloeeppmkhpmhc
简介 Email Extractor tool that save time and efforts. Forget copying and pasting. It collects emails as you browse websites.
文件大小 182 KB
安装次数 175,125
当前版本 1.9
更新时间 2023-10-25
上架时间 2020-05-13
评分 4.95/5 共1702次评分
开发者 Alexander
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://docs.google.com/document/d/18F_ZZZlML8cE846l4gfPB81JUeLLMLTLtPZt5OsN2YA/edit?usp=sharing
支持的语言 en
manifest.json
{
    "background": {
        "service_worker": "js\/sw.js"
    },
    "action": {
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "64": "img\/64.png",
        "128": "img\/128.png",
        "256": "img\/256.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "tabs",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "short_name": "__MSG_appShortName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.9"
}