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 |
官方網址 | 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" } } |