Mobile Number Tracker
Mobile Number Tracker: Links all Phone number and Emails to MNT search.
Mobile Number Tracker là gì?
Mobile Number Tracker là một tiện ích mở rộng Chrome được phát triển bởi www.MobileNumberTracker.com, và tính năng chính của nó là "Mobile Number Tracker: Links all Phone number and Emails to MNT search.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mobile Number Tracker
Tải xuống các tệp mở rộng Mobile Number Tracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mobile Number Tracker |
ID | fjhpodccjhpmkjohgbmmafnnnjfkcalc |
URL Chính Thức | https://chromewebstore.google.com/detail/mobile-number-tracker/fjhpodccjhpmkjohgbmmafnnnjfkcalc |
Mô tả | Mobile Number Tracker: Links all Phone number and Emails to MNT search. |
Kích Thước Tệp | 186 KB |
Số Lần Cài Đặt | 20,000 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2019-06-07 |
Ngày Phát Hành | 2019-06-02 |
Đánh Giá | 3.86/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | www.MobileNumberTracker.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://www.mobilenumbertracker.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |