XCALLY Motion Dialpad

It enables communication between the CTI - XCALLY Motion Dialpad and the XCALLY Motion Bar.

XCALLY Motion Dialpadとは何ですか?

XCALLY Motion Dialpadはhttps://www.xcallymotion.comによって開発されたChromeの拡張機能で、その主な機能は「It enables communication between the CTI - XCALLY Motion Dialpad and the XCALLY Motion Bar.」です。

拡張機能のスクリーンショット

screenshot

XCALLY Motion Dialpad拡張機能のCRXファイルをダウンロード

XCALLY Motion Dialpad拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The extension can be used to integrate the XCALLY Motion Dialpad OpenCTI, with the XCALLY Motion Bar (i.e. Salesforce, Desk.com and many other integration coming up...).                    

拡張機能の基本情報

名前 XCALLY Motion Dialpad XCALLY Motion Dialpad
ID jpkfmllgncphdgojhkbcjidgeabaible
公式URL https://chromewebstore.google.com/detail/xcally-motion-dialpad/jpkfmllgncphdgojhkbcjidgeabaible
説明 It enables communication between the CTI - XCALLY Motion Dialpad and the XCALLY Motion Bar.
ファイルサイズ 120 KB
インストール数 230
現在のバージョン 1.1
最終更新日 2017-11-07
公開日 2017-11-07
評価 5.00/5 合計 1 レビュー
開発者 https://www.xcallymotion.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.xenialab.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "XCALLY Motion Dialpad",
    "short_name": "XCALLY Motion Dialpad",
    "version": "1.1",
    "description": "It enables communication between the CTI - XCALLY Motion Dialpad and the XCALLY Motion Bar.",
    "icons": {
        "16": "assets\/icons\/favicon.ico",
        "48": "assets\/icons\/favicon.ico",
        "128": "assets\/icons\/favicon.ico"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        ""
    ]
}