Labelcall - Business Caller Id

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

Co je Labelcall - Business Caller Id?

Labelcall - Business Caller Id je rozšíření Chrome vyvinuté Labelcall, a jeho hlavní funkcí je „Chrome extension integrated with Labelcall app that shows caller data in the notifications.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Labelcall - Business Caller Id

Stáhněte si soubory rozšíření Labelcall - Business Caller Id ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Labelcall - Business Caller Id Labelcall - Business Caller Id
ID ppdieijdkeanilddpijdafbaeldbcodh
Oficiální URL https://chromewebstore.google.com/detail/labelcall-business-caller/ppdieijdkeanilddpijdafbaeldbcodh
Popis Chrome extension integrated with Labelcall app that shows caller data in the notifications.
Velikost souboru 170 KB
Počet instalací 80
Aktuální Verze 1.1
Poslední Aktualizace 2021-06-02
Datum Vydání 2021-05-11
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář Labelcall
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://labelcall.com
URL Stránky Zásad Ochrany Soukromí https://labelcall.com/privacy
Podporované Jazyky 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",
        ""
    ]
}