Mobile Number Tracker
Mobile Number Tracker: Links all Phone number and Emails to MNT search.
Co to jest Mobile Number Tracker?
Mobile Number Tracker to rozszerzenie Chrome opracowane przez www.MobileNumberTracker.com, a jego główną funkcją jest „Mobile Number Tracker: Links all Phone number and Emails to MNT search.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Mobile Number Tracker
Pobierz pliki rozszerzeń Mobile Number Tracker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Mobile Number Tracker |
ID | fjhpodccjhpmkjohgbmmafnnnjfkcalc |
Oficjalny URL | https://chromewebstore.google.com/detail/mobile-number-tracker/fjhpodccjhpmkjohgbmmafnnnjfkcalc |
Opis | Mobile Number Tracker: Links all Phone number and Emails to MNT search. |
Rozmiar pliku | 186 KB |
Liczba instalacji | 20,000 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2019-06-07 |
Data Publikacji | 2019-06-02 |
Ocena | 3.86/5 Łącznie 22 Oceny |
Deweloper | www.MobileNumberTracker.com |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | http://www.mobilenumbertracker.com |
Obsługiwane Języki | 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" } } |