Mobile Number Tracker
Mobile Number Tracker: Links all Phone number and Emails to MNT search.
O que é Mobile Number Tracker?
Mobile Number Tracker é uma extensão do Chrome desenvolvida por www.MobileNumberTracker.com, e sua principal característica é "Mobile Number Tracker: Links all Phone number and Emails to MNT search.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Mobile Number Tracker
Baixe arquivos de extensão Mobile Number Tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Mobile Number Tracker |
ID | fjhpodccjhpmkjohgbmmafnnnjfkcalc |
URL Oficial | https://chromewebstore.google.com/detail/mobile-number-tracker/fjhpodccjhpmkjohgbmmafnnnjfkcalc |
Descrição | Mobile Number Tracker: Links all Phone number and Emails to MNT search. |
Tamanho do Arquivo | 186 KB |
Contagem de Instalações | 20,000 |
Versão Atual | 1.0.3 |
Última Atualização | 2019-06-07 |
Data de Publicação | 2019-06-02 |
Classificação | 3.86/5 Total de 22 Avaliações |
Desenvolvedor | www.MobileNumberTracker.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | http://www.mobilenumbertracker.com |
Idiomas Suportados | 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" } } |