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
官方網址 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
電子郵箱 [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": [
        ""
    ]
}