Reverse Phone Lookup

Perform completely free reverse phone lookup to get full name and location. By the CallerName.com team.

Cos'è Reverse Phone Lookup?

Reverse Phone Lookup è un'estensione di Chrome sviluppata da https://callername.com, e la sua funzione principale è "Perform completely free reverse phone lookup to get full name and location. By the CallerName.com team.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Reverse Phone Lookup

Scarica i file di estensione Reverse Phone Lookup in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The easy-to-use and streamlined interface allow users to look up the Caller ID information of any number quickly. You need not pay nor register to use this 100% free service.

This extension only works with North American (+1) phone numbers.                    

Informazioni di Base sull'Estensione

Nome Reverse Phone Lookup Reverse Phone Lookup
ID oidmmlajgieonojoonmlchkjeciljalf
URL Ufficiale https://chromewebstore.google.com/detail/reverse-phone-lookup/oidmmlajgieonojoonmlchkjeciljalf
Descrizione Perform completely free reverse phone lookup to get full name and location. By the CallerName.com team.
Dimensione del File 162 KB
Conteggio Installazioni 4,380
Versione Corrente 2.3
Ultimo Aggiornamento 2022-10-18
Data di Pubblicazione 2019-08-17
Valutazione 2.80/5 Totale 10 Valutazioni
Sviluppatore https://callername.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://callername.com/privacy-extension
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reverse Phone Lookup",
    "version": "2.3",
    "description": "Perform completely free reverse phone lookup to get full name and location. By the CallerName.com team.",
    "permissions": [
        "storage",
        "https:\/\/callername.com\/",
        "https:\/\/api.callername.com\/"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon_x16.png",
            "32": "img\/icon_x32.png",
            "48": "img\/icon_x48.png",
            "128": "img\/icon_x128.png"
        }
    },
    "icons": {
        "16": "img\/icon_x16.png",
        "32": "img\/icon_x32.png",
        "48": "img\/icon_x48.png",
        "128": "img\/icon_x128.png"
    },
    "manifest_version": 2
}