Landlineremover checker

Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip…

Co to jest Landlineremover checker?

Landlineremover checker to rozszerzenie Chrome opracowane przez matthew, a jego główną funkcją jest „Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Landlineremover checker

Pobierz pliki rozszerzeń Landlineremover checker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Landlineremover checker Landlineremover checker
ID bgpdfppcganefjmbgamejknbpcaeidih
Oficjalny URL https://chrome.google.com/webstore/detail/landlineremover-checker/bgpdfppcganefjmbgamejknbpcaeidih
Opis Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip…
Rozmiar pliku 133 KB
Liczba instalacji 81
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-04-03
Data Publikacji 2022-04-03
Ocena 5.00/5 Łącznie 15 Oceny
Deweloper matthew
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.landlineremover.com
Obsługiwane Języki 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"
    }
}