XCALLY Motion Dialpad

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

Apa itu XCALLY Motion Dialpad?

XCALLY Motion Dialpad adalah ekstensi Chrome yang dikembangkan oleh https://www.xcallymotion.com, dan fitur utamanya adalah "It enables communication between the CTI - XCALLY Motion Dialpad and the XCALLY Motion Bar.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi XCALLY Motion Dialpad

Unduh file ekstensi XCALLY Motion Dialpad dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama XCALLY Motion Dialpad XCALLY Motion Dialpad
ID jpkfmllgncphdgojhkbcjidgeabaible
URL Resmi https://chromewebstore.google.com/detail/xcally-motion-dialpad/jpkfmllgncphdgojhkbcjidgeabaible
Deskripsi It enables communication between the CTI - XCALLY Motion Dialpad and the XCALLY Motion Bar.
Ukuran File 120 KB
Jumlah Instalasi 230
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-11-07
Tanggal Publikasi 2017-11-07
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://www.xcallymotion.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.xenialab.com/privacy-policy
Bahasa yang Didukung 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": [
        ""
    ]
}