Labelcall - Business Caller Id

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

Labelcall - Business Caller Id là gì?

Labelcall - Business Caller Id là một tiện ích mở rộng Chrome được phát triển bởi Labelcall, và tính năng chính của nó là "Chrome extension integrated with Labelcall app that shows caller data in the notifications.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Labelcall - Business Caller Id

Tải xuống các tệp mở rộng Labelcall - Business Caller Id dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Labelcall - Business Caller Id Labelcall - Business Caller Id
ID ppdieijdkeanilddpijdafbaeldbcodh
URL Chính Thức https://chromewebstore.google.com/detail/labelcall-business-caller/ppdieijdkeanilddpijdafbaeldbcodh
Mô tả Chrome extension integrated with Labelcall app that shows caller data in the notifications.
Kích Thước Tệp 170 KB
Số Lần Cài Đặt 80
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-06-02
Ngày Phát Hành 2021-05-11
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Labelcall
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://labelcall.com
URL Trang Chính Sách Bảo Mật https://labelcall.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}