Reverse Phone Lookup
Perform completely free reverse phone lookup to get full name and location. By the CallerName.com team.
¿Qué es Reverse Phone Lookup?
Reverse Phone Lookup es una extensión de Chrome desarrollada por https://callername.com, y su función principal es "Perform completely free reverse phone lookup to get full name and location. By the CallerName.com team.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Reverse Phone Lookup
Descarga archivos de extensión Reverse Phone Lookup en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
The easy-to-use and streamlined interface allow users to look up the Caller ID information of any number quickly. You need not pay nor register to use this 100% free service. This extension only works with North American (+1) phone numbers.
Información Básica de la Extensión
Nombre | Reverse Phone Lookup |
ID | oidmmlajgieonojoonmlchkjeciljalf |
URL Oficial | https://chromewebstore.google.com/detail/reverse-phone-lookup/oidmmlajgieonojoonmlchkjeciljalf |
Descripción | Perform completely free reverse phone lookup to get full name and location. By the CallerName.com team. |
Tamaño del Archivo | 162 KB |
Cantidad de Instalaciones | 4,380 |
Versión Actual | 2.3 |
Última Actualización | 2022-10-18 |
Fecha de Publicación | 2019-08-17 |
Calificación | 2.80/5 Total de 10 Calificaciones |
Desarrollador | https://callername.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://callername.com/privacy-extension |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reverse Phone Lookup", "version": "2.3", "description": "Perform completely free reverse phone lookup to get full name and location. By the CallerName.com team.", "permissions": [ "storage", "https:\/\/callername.com\/", "https:\/\/api.callername.com\/" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "img\/icon_x16.png", "32": "img\/icon_x32.png", "48": "img\/icon_x48.png", "128": "img\/icon_x128.png" } }, "icons": { "16": "img\/icon_x16.png", "32": "img\/icon_x32.png", "48": "img\/icon_x48.png", "128": "img\/icon_x128.png" }, "manifest_version": 2 } |