Email Report

Search/Report Emails

Co to jest Email Report?

Email Report to rozszerzenie Chrome opracowane przez https://www.email-report.org, a jego główną funkcją jest „Search/Report Emails”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Email Report

Pobierz pliki rozszerzeń Email Report w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Email Report Email Report
ID hcfpgjnednfpfgbcoblflcppckihjfmm
Oficjalny URL https://chromewebstore.google.com/detail/email-report/hcfpgjnednfpfgbcoblflcppckihjfmm
Opis Search/Report Emails
Rozmiar pliku 149 KB
Liczba instalacji 14
Aktualna Wersja 1
Ostatnia Aktualizacja 2018-06-14
Data Publikacji 2018-06-14
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://www.email-report.org
Typ Płatności free
Strona Rozszerzenia https://www.email-report.org/
Obsługiwane Języki 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"
    }
}