XCALLY Motion Dialpad

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

O que é XCALLY Motion Dialpad?

XCALLY Motion Dialpad é uma extensão do Chrome desenvolvida por https://www.xcallymotion.com, e sua principal característica é "It enables communication between the CTI - XCALLY Motion Dialpad and the XCALLY Motion Bar.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão XCALLY Motion Dialpad

Baixe arquivos de extensão XCALLY Motion Dialpad no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome XCALLY Motion Dialpad XCALLY Motion Dialpad
ID jpkfmllgncphdgojhkbcjidgeabaible
URL Oficial https://chromewebstore.google.com/detail/xcally-motion-dialpad/jpkfmllgncphdgojhkbcjidgeabaible
Descrição It enables communication between the CTI - XCALLY Motion Dialpad and the XCALLY Motion Bar.
Tamanho do Arquivo 120 KB
Contagem de Instalações 230
Versão Atual 1.1
Última Atualização 2017-11-07
Data de Publicação 2017-11-07
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://www.xcallymotion.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.xenialab.com/privacy-policy
Idiomas Suportados 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": [
        ""
    ]
}