Landlineremover checker
Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip…
¿Qué es Landlineremover checker?
Landlineremover checker es una extensión de Chrome desarrollada por matthew, y su función principal es "Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Landlineremover checker
Descarga archivos de extensión Landlineremover checker 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
Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip number. This is especially useful for those that buy phone number leads and/or participate in text marketing campaigns. Allow Landline remover to help you save some time and money by not texting landline phones!
Información Básica de la Extensión
Nombre | |
ID | bgpdfppcganefjmbgamejknbpcaeidih |
URL Oficial | https://chrome.google.com/webstore/detail/landlineremover-checker/bgpdfppcganefjmbgamejknbpcaeidih |
Descripción | Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip… |
Tamaño del Archivo | 133 KB |
Cantidad de Instalaciones | 81 |
Versión Actual | 1.0 |
Última Actualización | 2022-04-03 |
Fecha de Publicación | 2022-04-03 |
Calificación | 5.00/5 Total de 15 Calificaciones |
Desarrollador | matthew |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.landlineremover.com |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Landlineremover checker", "version": "1.0", "description": "", "icons": { "36": "icons\/icon-36.png", "48": "icons\/icon-48.png", "72": "icons\/icon-72.png", "96": "icons\/icon-96.png", "144": "icons\/icon-144.png", "192": "icons\/icon-192.png", "512": "icons\/icon-512.png" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.landlineremover.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery.min.js", "main.js" ], "all_frames": true } ], "action": { "default_title": "Landlineremover checker", "default_icon": "icons\/icon-48.png", "default_popup": "popup\/content.html" } } |