Email Extractor

Extract email addresses from web pages you visit

什么是Email Extractor?

Email Extractor是由braingainsoft - https://sourcingcertification.com/开发的Chrome扩展程序,该扩展的主要功能是“Extract email addresses from web pages you visit”。

扩展截图

screenshot

下载Email Extractor扩展crx文件

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

扩展使用说明

                        Email Extractor finds and copies to clipboard valid email addresses from web pages a user visits.

To use:

Right-click on the extension icon to open an options window. You can select an execution mode and the resulting list options.

Execution Mode:

* In the "once" mode (default), when a user clicks the extension icon, the Extractor collects all emails from the active tab and copies them to the clipboard.

* In the 'background' mode, when a user clicks the extension icon, the Extractor starts collecting emails from web sites a user visits. When a user clicks the extension icon again, all collected emails are copied to the clipboard, and the collection process stops.

In both modes, all duplicate emails are collapsed into one.

Hovering over the extension icon shows a tooltip with a current mode. 
An indicator shows a number of emails collected: in black while the Extractor is collecting data, red when the collection is done.                    

扩展基本信息

名称 Email Extractor Email Extractor
ID naidmjmjlgpkbebchjabfjgcgjkgojbi
官方URL https://chromewebstore.google.com/detail/email-extractor/naidmjmjlgpkbebchjabfjgcgjkgojbi
简介 Extract email addresses from web pages you visit
文件大小 11.41 KB
安装次数 10,010
当前版本 2.3
更新时间 2023-01-24
上架时间 2020-06-11
评分 3.83/5 共12次评分
开发者 braingainsoft - https://sourcingcertification.com/
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://docs.google.com/document/d/1p026IkS94dLBVDpdivwF2hWPZUMEEAq7fk7DzJjbMok/edit?usp=sharing
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Email Extractor",
    "description": "Extract email addresses from web pages you visit",
    "version": "2.3",
    "action": {
        "default_icon": "yellowenvelope.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "clipboardWrite",
        "scripting",
        "storage",
        "webNavigation"
    ]
}