Email Report

Search/Report Emails

Email Report란 무엇입니까?

Email Report은(는) https://www.email-report.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search/Report Emails"입니다.

확장 프로그램 스크린샷

screenshot

Email Report 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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