Email Report

Search/Report Emails

Vad är Email Report?

Email Report är en Chrome-tillägg utvecklad av https://www.email-report.org, och dess huvudfunktion är "Search/Report Emails".

Tilläggsskärmbilder

screenshot

Ladda ner Email Report-förlängningens CRX-fil

Ladda ner Email Report-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Email Report Email Report
ID hcfpgjnednfpfgbcoblflcppckihjfmm
Officiell webbadress https://chromewebstore.google.com/detail/email-report/hcfpgjnednfpfgbcoblflcppckihjfmm
Beskrivning Search/Report Emails
Filstorlek 149 KB
Antal Installationer 14
Aktuell Version 1
Senast Uppdaterad 2018-06-14
Publiceringsdatum 2018-06-14
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://www.email-report.org
Betalningssätt free
Tilläggswebbplats https://www.email-report.org/
Stödda Språk 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"
    }
}