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.」です。
拡張機能のスクリーンショット
Mobile Number Tracker拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" } } |