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"
    }
}