XCALLY Motion Dialpad

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

Vad är XCALLY Motion Dialpad?

XCALLY Motion Dialpad är en Chrome-tillägg utvecklad av https://www.xcallymotion.com, och dess huvudfunktion är "It enables communication between the CTI - XCALLY Motion Dialpad and the XCALLY Motion Bar.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner XCALLY Motion Dialpad-förlängningens CRX-fil

Ladda ner XCALLY Motion Dialpad-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn XCALLY Motion Dialpad XCALLY Motion Dialpad
ID jpkfmllgncphdgojhkbcjidgeabaible
Officiell webbadress https://chromewebstore.google.com/detail/xcally-motion-dialpad/jpkfmllgncphdgojhkbcjidgeabaible
Beskrivning It enables communication between the CTI - XCALLY Motion Dialpad and the XCALLY Motion Bar.
Filstorlek 120 KB
Antal Installationer 230
Aktuell Version 1.1
Senast Uppdaterad 2017-11-07
Publiceringsdatum 2017-11-07
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://www.xcallymotion.com
E-post info@xcally.com
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.xenialab.com/privacy-policy
Stödda Språk 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": [
        ""
    ]
}