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是由Labelcall開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension integrated with Labelcall app that shows caller data in the notifications.”。

擴展截圖

screenshot
screenshot

下載Labelcall - Business Caller Id擴展crx文件

下載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
官方網址 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",
        ""
    ]
}