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
电子邮箱 [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": [
        ""
    ]
}