Mobile Number Tracker
Mobile Number Tracker: Links all Phone number and Emails to MNT search.
Vad är Mobile Number Tracker?
Mobile Number Tracker är en Chrome-tillägg utvecklad av www.MobileNumberTracker.com, och dess huvudfunktion är "Mobile Number Tracker: Links all Phone number and Emails to MNT search.".
Tilläggsskärmbilder
Ladda ner Mobile Number Tracker-förlängningens CRX-fil
Ladda ner Mobile Number Tracker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Mobile Number Tracker |
ID | fjhpodccjhpmkjohgbmmafnnnjfkcalc |
Officiell webbadress | https://chromewebstore.google.com/detail/mobile-number-tracker/fjhpodccjhpmkjohgbmmafnnnjfkcalc |
Beskrivning | Mobile Number Tracker: Links all Phone number and Emails to MNT search. |
Filstorlek | 186 KB |
Antal Installationer | 20,000 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2019-06-07 |
Publiceringsdatum | 2019-06-02 |
Betyg | 3.86/5 Totalt 22 Betyg |
Utvecklare | www.MobileNumberTracker.com |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | http://www.mobilenumbertracker.com |
Stödda Språk | 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" } } |