Labelcall - Business Caller Id

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

¿Qué es Labelcall - Business Caller Id?

Labelcall - Business Caller Id es una extensión de Chrome desarrollada por Labelcall, y su función principal es "Chrome extension integrated with Labelcall app that shows caller data in the notifications.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Labelcall - Business Caller Id

Descarga archivos de extensión Labelcall - Business Caller Id en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Labelcall - Business Caller Id Labelcall - Business Caller Id
ID ppdieijdkeanilddpijdafbaeldbcodh
URL Oficial https://chromewebstore.google.com/detail/labelcall-business-caller/ppdieijdkeanilddpijdafbaeldbcodh
Descripción Chrome extension integrated with Labelcall app that shows caller data in the notifications.
Tamaño del Archivo 170 KB
Cantidad de Instalaciones 80
Versión Actual 1.1
Última Actualización 2021-06-02
Fecha de Publicación 2021-05-11
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador Labelcall
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://labelcall.com
URL de la Página de Política de Privacidad https://labelcall.com/privacy
Idiomas Soportados 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",
        ""
    ]
}