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