Landlineremover checker
Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip…
Cos'è Landlineremover checker?
Landlineremover checker è un'estensione di Chrome sviluppata da matthew, e la sua funzione principale è "Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Landlineremover checker
Scarica i file di estensione Landlineremover checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | bgpdfppcganefjmbgamejknbpcaeidih |
URL Ufficiale | https://chrome.google.com/webstore/detail/landlineremover-checker/bgpdfppcganefjmbgamejknbpcaeidih |
Descrizione | Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip… |
Dimensione del File | 133 KB |
Conteggio Installazioni | 81 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-04-03 |
Data di Pubblicazione | 2022-04-03 |
Valutazione | 5.00/5 Totale 15 Valutazioni |
Sviluppatore | matthew |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.landlineremover.com |
Lingue Supportate | 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" } } |