WhereCall

Find out where a phone call came from and anonymously report telemarketing calls, fraudulent calls and scam calls.

WhereCall란 무엇입니까?

WhereCall은(는) http://wherecall.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find out where a phone call came from and anonymously report telemarketing calls, fraudulent calls and scam calls."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        WhereCall, the premiere free reverse phone lookup service, built by its users for its users. With thousands of daily user contributions, we are compiling the largest free public directory of phone numbers with better information that is more accurate than the rest.                    

확장 프로그램 기본 정보

이름 WhereCall WhereCall
ID ojlnnpjpjjifckmcagnajkkfcilogpel
공식 URL https://chrome.google.com/webstore/detail/wherecall/ojlnnpjpjjifckmcagnajkkfcilogpel
설명 Find out where a phone call came from and anonymously report telemarketing calls, fraudulent calls and scam calls.
파일 크기 723 KB
설치 횟수 118
현재 버전 1.0.3
최근 업데이트 2016-08-27
출시 날짜 2016-08-27
평점 5.00/5 총 1 개의 평점
개발자 http://wherecall.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "wherecall",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/fonts.googleapis.com https:\/\/wherecall.com; object-src 'self'"
}