Mobile Number Tracker

Mobile Number Tracker: Links all Phone number and Emails to MNT search.

Mobile Number Tracker란 무엇입니까?

Mobile Number Tracker은(는) www.MobileNumberTracker.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mobile Number Tracker: Links all Phone number and Emails to MNT search."입니다.

확장 프로그램 스크린샷

screenshot

Mobile Number Tracker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Find missed call information to fight spam using the best mobile number finder software. Type the mobile number and we will locate it with details like Mobile Operator, and Telecom Circle on Google Maps. This plugin links every phone number and email address on the internet to its information page on MobileNumberTracker.com                    

확장 프로그램 기본 정보

이름 Mobile Number Tracker Mobile Number Tracker
ID fjhpodccjhpmkjohgbmmafnnnjfkcalc
공식 URL https://chromewebstore.google.com/detail/mobile-number-tracker/fjhpodccjhpmkjohgbmmafnnnjfkcalc
설명 Mobile Number Tracker: Links all Phone number and Emails to MNT search.
파일 크기 186 KB
설치 횟수 20,000
현재 버전 1.0.3
최근 업데이트 2019-06-07
출시 날짜 2019-06-02
평점 3.86/5 총 22 개의 평점
개발자 www.MobileNumberTracker.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://www.mobilenumbertracker.com
지원되는 언어 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": {
        "128": "images\/new-icon.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "scripts\/jquery.js",
                "scripts\/contentScript.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "128": "images\/new-icon.png"
        },
        "default_title": "Mobile Number Tracker",
        "default_popup": "popup.html"
    }
}