Labelcall - Business Caller Id

Chrome extension integrated with Labelcall app that shows caller data in the notifications.

Cos'è Labelcall - Business Caller Id?

Labelcall - Business Caller Id è un'estensione di Chrome sviluppata da Labelcall, e la sua funzione principale è "Chrome extension integrated with Labelcall app that shows caller data in the notifications.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Labelcall - Business Caller Id

Scarica i file di estensione Labelcall - Business Caller Id 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

                        Chrome extension integrated with Labelcall app that shows caller data in the notifications.

Labelcall chrome plugin

Labelcall is Business Caller ID app that displays information about a customer calling you. Instead of answering anonymous call, you can greet your customer with his name and offer him exactly what he is looking for, before he asks a first question.

A noteworthy extension of our application is the Google Chrome plugin, thanks to which, along with the incoming connection, information about the customer’s status is displayed on the computer. The plugin allows you to go to order details efficiently, displays key information that allows you to shorten the after-sales service time. You only need a few clicks to connect your data with Labelcall and have all the necessary clients’ details.                    

Informazioni di Base sull'Estensione

Nome Labelcall - Business Caller Id Labelcall - Business Caller Id
ID ppdieijdkeanilddpijdafbaeldbcodh
URL Ufficiale https://chromewebstore.google.com/detail/labelcall-business-caller/ppdieijdkeanilddpijdafbaeldbcodh
Descrizione Chrome extension integrated with Labelcall app that shows caller data in the notifications.
Dimensione del File 170 KB
Conteggio Installazioni 80
Versione Corrente 1.1
Ultimo Aggiornamento 2021-06-02
Data di Pubblicazione 2021-05-11
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Labelcall
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://labelcall.com
URL della Pagina della Politica sulla Privacy https://labelcall.com/privacy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Labelcall - Business Caller Id",
    "description": "Chrome extension integrated with Labelcall app that shows caller data in the notifications.",
    "version": "1.1",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "notifications",
        ""
    ]
}