Landlineremover checker

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

Vad är Landlineremover checker?

Landlineremover checker är en Chrome-tillägg utvecklad av matthew, och dess huvudfunktion är "Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Landlineremover checker-förlängningens CRX-fil

Ladda ner Landlineremover checker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Landlineremover checker Landlineremover checker
ID bgpdfppcganefjmbgamejknbpcaeidih
Officiell webbadress https://chrome.google.com/webstore/detail/landlineremover-checker/bgpdfppcganefjmbgamejknbpcaeidih
Beskrivning Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip…
Filstorlek 133 KB
Antal Installationer 81
Aktuell Version 1.0
Senast Uppdaterad 2022-04-03
Publiceringsdatum 2022-04-03
Betyg 5.00/5 Totalt 15 Betyg
Utvecklare matthew
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.landlineremover.com
Stödda Språk 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"
    }
}