Email Report

Search/Report Emails

什么是Email Report?

Email Report是由https://www.email-report.org开发的Chrome扩展程序,该扩展的主要功能是“Search/Report Emails”。

扩展截图

screenshot

下载Email Report扩展crx文件

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

扩展使用说明

                        See Who Is Behind Any Email Address or share your experiance with email addresses.

Did you ever try to look someone up by their email address, or maybe searching for your email to see who published it before and who talks about you?

With this extension, you can do a reverse search by email, you can find out information about you or another person by searching an email address using the search bar the extension provides, just click the icon, type in the email address and see what other people had to say, or say something yourself (;

You can even leave a comment/feedback on any email you’ll want to.                    

扩展基本信息

名称 Email Report Email Report
ID hcfpgjnednfpfgbcoblflcppckihjfmm
官方URL https://chromewebstore.google.com/detail/email-report/hcfpgjnednfpfgbcoblflcppckihjfmm
简介 Search/Report Emails
文件大小 149 KB
安装次数 14
当前版本 1
更新时间 2018-06-14
上架时间 2018-06-14
评分 5.00/5 共1次评分
开发者 https://www.email-report.org
付费类型 free
扩展官网 https://www.email-report.org/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Email Report",
    "description": "Search\/Report Emails",
    "version": "1",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.3.1.min.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/icon.png"
    }
}