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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย matthew และคุณลักษณะหลักของมันคือ "Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Landlineremover checker

ดาวน์โหลดไฟล์ส่วนขยาย 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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Landlineremover checker Landlineremover checker
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"
    }
}