Labelcall - Business Caller Id

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

Was ist Labelcall - Business Caller Id?

Labelcall - Business Caller Id ist eine Chrome-Erweiterung, die von Labelcall entwickelt wurde, und ihr Hauptmerkmal ist "Chrome extension integrated with Labelcall app that shows caller data in the notifications.".

Erweiterungsscreenshots

screenshot
screenshot

Labelcall - Business Caller Id-Erweiterungs-CRX-Datei herunterladen

Laden Sie Labelcall - Business Caller Id-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Labelcall - Business Caller Id Labelcall - Business Caller Id
ID ppdieijdkeanilddpijdafbaeldbcodh
Offizielle URL https://chromewebstore.google.com/detail/labelcall-business-caller/ppdieijdkeanilddpijdafbaeldbcodh
Beschreibung Chrome extension integrated with Labelcall app that shows caller data in the notifications.
Dateigröße 170 KB
Installationsanzahl 80
Aktuelle Version 1.1
Letztes Update 2021-06-02
Veröffentlichungsdatum 2021-05-11
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Labelcall
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://labelcall.com
URL der Datenschutzrichtlinien-Seite https://labelcall.com/privacy
Unterstützte Sprachen 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",
        ""
    ]
}