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
公式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
Eメール [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",
        ""
    ]
}