Email Report

Search/Report Emails

What is Email Report?

Email Report is a Chrome extension developed by https://www.email-report.org, and its main feature is "Search/Report Emails".

Extension Screenshots

screenshot

Download Email Report Extension CRX File

Download Email Report extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Email Report Email Report
ID hcfpgjnednfpfgbcoblflcppckihjfmm
Official URL https://chromewebstore.google.com/detail/email-report/hcfpgjnednfpfgbcoblflcppckihjfmm
Description Search/Report Emails
File Size 149 KB
Installation Count 14
Current Version 1
Last Updated 2018-06-14
Publish Date 2018-06-14
Rating 5.00/5 Total 1 Ratings
Developer https://www.email-report.org
Payment Type free
Extension Website https://www.email-report.org/
Supported Languages 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"
    }
}