Reverse Phone Lookup

Perform completely free reverse phone lookup to get full name and location. By the CallerName.com team.

Reverse Phone Lookup란 무엇입니까?

Reverse Phone Lookup은(는) https://callername.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Perform completely free reverse phone lookup to get full name and location. By the CallerName.com team."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Reverse Phone Lookup 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The easy-to-use and streamlined interface allow users to look up the Caller ID information of any number quickly. You need not pay nor register to use this 100% free service.

This extension only works with North American (+1) phone numbers.                    

확장 프로그램 기본 정보

이름 Reverse Phone Lookup Reverse Phone Lookup
ID oidmmlajgieonojoonmlchkjeciljalf
공식 URL https://chromewebstore.google.com/detail/reverse-phone-lookup/oidmmlajgieonojoonmlchkjeciljalf
설명 Perform completely free reverse phone lookup to get full name and location. By the CallerName.com team.
파일 크기 162 KB
설치 횟수 4,380
현재 버전 2.3
최근 업데이트 2022-10-18
출시 날짜 2019-08-17
평점 2.80/5 총 10 개의 평점
개발자 https://callername.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://callername.com/privacy-extension
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reverse Phone Lookup",
    "version": "2.3",
    "description": "Perform completely free reverse phone lookup to get full name and location. By the CallerName.com team.",
    "permissions": [
        "storage",
        "https:\/\/callername.com\/",
        "https:\/\/api.callername.com\/"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon_x16.png",
            "32": "img\/icon_x32.png",
            "48": "img\/icon_x48.png",
            "128": "img\/icon_x128.png"
        }
    },
    "icons": {
        "16": "img\/icon_x16.png",
        "32": "img\/icon_x32.png",
        "48": "img\/icon_x48.png",
        "128": "img\/icon_x128.png"
    },
    "manifest_version": 2
}