Mobile Number Tracker

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

Mobile Number Trackerคืออะไร?

Mobile Number Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย www.MobileNumberTracker.com และคุณลักษณะหลักของมันคือ "Mobile Number Tracker: Links all Phone number and Emails to MNT search."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mobile Number Tracker

ดาวน์โหลดไฟล์ส่วนขยาย Mobile Number Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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