Landlineremover checker
Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip…
O que é Landlineremover checker?
Landlineremover checker é uma extensão do Chrome desenvolvida por matthew, e sua principal característica é "Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Landlineremover checker
Baixe arquivos de extensão Landlineremover checker 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
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!
Informações Básicas da Extensão
Nome | |
ID | bgpdfppcganefjmbgamejknbpcaeidih |
URL Oficial | https://chrome.google.com/webstore/detail/landlineremover-checker/bgpdfppcganefjmbgamejknbpcaeidih |
Descrição | Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip… |
Tamanho do Arquivo | 133 KB |
Contagem de Instalações | 81 |
Versão Atual | 1.0 |
Última Atualização | 2022-04-03 |
Data de Publicação | 2022-04-03 |
Classificação | 5.00/5 Total de 15 Avaliações |
Desenvolvedor | matthew |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.landlineremover.com |
Idiomas Suportados | 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" } } |