Labelcall - Business Caller Id

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

Hvad er Labelcall - Business Caller Id?

Labelcall - Business Caller Id er en Chrome-udvidelse udviklet af Labelcall, og dens hovedfunktion er "Chrome extension integrated with Labelcall app that shows caller data in the notifications.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Labelcall - Business Caller Id-udvidelses-CRX-fil

Download Labelcall - Business Caller Id-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Labelcall - Business Caller Id Labelcall - Business Caller Id
ID ppdieijdkeanilddpijdafbaeldbcodh
Officiel URL https://chromewebstore.google.com/detail/labelcall-business-caller/ppdieijdkeanilddpijdafbaeldbcodh
Beskrivelse Chrome extension integrated with Labelcall app that shows caller data in the notifications.
Filstørrelse 170 KB
Antal Installationer 80
Nuværende Version 1.1
Senest Opdateret 2021-06-02
Udgivelsesdato 2021-05-11
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler Labelcall
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://labelcall.com
URL til Fortrolighedspolitik Side https://labelcall.com/privacy
Understøttede Sprog 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",
        ""
    ]
}