Landlineremover checker
Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip…
Qu'est-ce que Landlineremover checker ?
Landlineremover checker est une extension Chrome développée par matthew, et sa fonction principale est "Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Landlineremover checker
Téléchargez les fichiers d'extension Landlineremover checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | bgpdfppcganefjmbgamejknbpcaeidih |
URL Officiel | https://chrome.google.com/webstore/detail/landlineremover-checker/bgpdfppcganefjmbgamejknbpcaeidih |
Description | Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip… |
Taille du Fichier | 133 KB |
Nombre d'Installations | 81 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2022-04-03 |
Date de Publication | 2022-04-03 |
Évaluation | 5.00/5 Total 15 Évaluations |
Développeur | matthew |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.landlineremover.com |
Langues Prises en Charge | 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" } } |