XCALLY Motion Dialpad

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

Was ist XCALLY Motion Dialpad?

XCALLY Motion Dialpad ist eine Chrome-Erweiterung, die von https://www.xcallymotion.com entwickelt wurde, und ihr Hauptmerkmal ist "It enables communication between the CTI - XCALLY Motion Dialpad and the XCALLY Motion Bar.".

Erweiterungsscreenshots

screenshot

XCALLY Motion Dialpad-Erweiterungs-CRX-Datei herunterladen

Laden Sie XCALLY Motion Dialpad-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name XCALLY Motion Dialpad XCALLY Motion Dialpad
ID jpkfmllgncphdgojhkbcjidgeabaible
Offizielle URL https://chromewebstore.google.com/detail/xcally-motion-dialpad/jpkfmllgncphdgojhkbcjidgeabaible
Beschreibung It enables communication between the CTI - XCALLY Motion Dialpad and the XCALLY Motion Bar.
Dateigröße 120 KB
Installationsanzahl 230
Aktuelle Version 1.1
Letztes Update 2017-11-07
Veröffentlichungsdatum 2017-11-07
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://www.xcallymotion.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.xenialab.com/privacy-policy
Unterstützte Sprachen 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": [
        ""
    ]
}