XCALLY Motion Dialpad

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

XCALLY Motion Dialpad là gì?

XCALLY Motion Dialpad là một tiện ích mở rộng Chrome được phát triển bởi https://www.xcallymotion.com, và tính năng chính của nó là "It enables communication between the CTI - XCALLY Motion Dialpad and the XCALLY Motion Bar.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng XCALLY Motion Dialpad

Tải xuống các tệp mở rộng XCALLY Motion Dialpad dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên XCALLY Motion Dialpad XCALLY Motion Dialpad
ID jpkfmllgncphdgojhkbcjidgeabaible
URL Chính Thức https://chromewebstore.google.com/detail/xcally-motion-dialpad/jpkfmllgncphdgojhkbcjidgeabaible
Mô tả It enables communication between the CTI - XCALLY Motion Dialpad and the XCALLY Motion Bar.
Kích Thước Tệp 120 KB
Số Lần Cài Đặt 230
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-11-07
Ngày Phát Hành 2017-11-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.xcallymotion.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.xenialab.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}