Landlineremover checker
Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip…
什么是Landlineremover checker?
Landlineremover checker是由matthew开发的Chrome扩展程序,该扩展的主要功能是“Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip…”。
扩展截图
下载Landlineremover checker扩展crx文件
下载Landlineremover checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | |
ID | bgpdfppcganefjmbgamejknbpcaeidih |
官方URL | https://chrome.google.com/webstore/detail/landlineremover-checker/bgpdfppcganefjmbgamejknbpcaeidih |
简介 | Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip… |
文件大小 | 133 KB |
安装次数 | 81 |
当前版本 | 1.0 |
更新时间 | 2022-04-03 |
上架时间 | 2022-04-03 |
评分 | 5.00/5 共15次评分 |
开发者 | matthew |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.landlineremover.com |
支持的语言 | 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" } } |