XCALLY Motion Dialpad

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

What is XCALLY Motion Dialpad?

XCALLY Motion Dialpad is a Chrome extension developed by https://www.xcallymotion.com, and its main feature is "It enables communication between the CTI - XCALLY Motion Dialpad and the XCALLY Motion Bar.".

Extension Screenshots

screenshot

Download XCALLY Motion Dialpad Extension CRX File

Download XCALLY Motion Dialpad extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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...).                    

Extension Basic Information

Name XCALLY Motion Dialpad XCALLY Motion Dialpad
ID jpkfmllgncphdgojhkbcjidgeabaible
Official URL https://chromewebstore.google.com/detail/xcally-motion-dialpad/jpkfmllgncphdgojhkbcjidgeabaible
Description It enables communication between the CTI - XCALLY Motion Dialpad and the XCALLY Motion Bar.
File Size 120 KB
Installation Count 230
Current Version 1.1
Last Updated 2017-11-07
Publish Date 2017-11-07
Rating 5.00/5 Total 1 Ratings
Developer https://www.xcallymotion.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.xenialab.com/privacy-policy
Supported Languages 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": [
        ""
    ]
}