Labelcall - Business Caller Id

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

Что такое Labelcall - Business Caller Id?

Labelcall - Business Caller Id - это расширение Chrome, разработанное Labelcall, и его основная функция - "Chrome extension integrated with Labelcall app that shows caller data in the notifications.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Labelcall - Business Caller Id

Скачайте файлы расширений Labelcall - Business Caller Id в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Labelcall - Business Caller Id Labelcall - Business Caller Id
ID ppdieijdkeanilddpijdafbaeldbcodh
Официальный URL https://chromewebstore.google.com/detail/labelcall-business-caller/ppdieijdkeanilddpijdafbaeldbcodh
Описание Chrome extension integrated with Labelcall app that shows caller data in the notifications.
Размер файла 170 KB
Количество установок 80
Текущая Версия 1.1
Последнее Обновление 2021-06-02
Дата публикации 2021-05-11
Рейтинг 5.00/5 Всего 4 оценок
Разработчик Labelcall
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://labelcall.com
URL страницы политики конфиденциальности https://labelcall.com/privacy
Поддерживаемые языки 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",
        ""
    ]
}