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 là gì?

Landlineremover checker là một tiện ích mở rộng Chrome được phát triển bởi matthew, và tính năng chính của nó là "Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Landlineremover checker

Tải xuống các tệp mở rộng Landlineremover checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Landlineremover checker Landlineremover checker
ID bgpdfppcganefjmbgamejknbpcaeidih
URL Chính Thức https://chrome.google.com/webstore/detail/landlineremover-checker/bgpdfppcganefjmbgamejknbpcaeidih
Mô tả Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip…
Kích Thước Tệp 133 KB
Số Lần Cài Đặt 81
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-04-03
Ngày Phát Hành 2022-04-03
Đánh Giá 5.00/5 Tổng số 15 Đánh Giá
Nhà Phát Triển matthew
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.landlineremover.com
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}