VoipCenter Extension

Click-to-dial van telefoonnummers op website. Zie status van je collega's, pas je eigen status aan, toogle Function Indicators, ...

O que é VoipCenter Extension?

VoipCenter Extension é uma extensão do Chrome desenvolvida por https://www.voipcenter.be, e sua principal característica é "Click-to-dial van telefoonnummers op website. Zie status van je collega's, pas je eigen status aan, toogle Function Indicators, ...".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão VoipCenter Extension

Baixe arquivos de extensão VoipCenter Extension 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

                        Integreer je webbrowser als tool van je VoipCenter cloud telefooncentrale omgeving.
Volgende functies worden mogelijk :
- click-to-dial van telefoonnummers op de actieve webpagina
- real-time status van je collega's zien
- click-to-dial naar je collega's
- status aanpassen (beschikbaar / niet beschikbaar)
- gespreksopname starten
- contacten in telefoonboek                    

Informações Básicas da Extensão

Nome VoipCenter Extension VoipCenter Extension
ID njdchbkomolhfbglnpffeadbmhnnjaol
URL Oficial https://chromewebstore.google.com/detail/voipcenter-extension/njdchbkomolhfbglnpffeadbmhnnjaol
Descrição Click-to-dial van telefoonnummers op website. Zie status van je collega's, pas je eigen status aan, toogle Function Indicators, ...
Tamanho do Arquivo 1021 KB
Contagem de Instalações 280
Versão Atual 2.2
Última Atualização 2018-10-04
Data de Publicação 2018-10-04
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://www.voipcenter.be
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.voipcenter.be/software/plugins/item/189-firefox-chrome-extension
Idiomas Suportados nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VoipCenter Extension",
    "version": "2.2",
    "description": "Click-to-dial van telefoonnummers op website. Zie status van je collega's, pas je eigen status aan, toogle Function Indicators, ...",
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png",
        "512": "images\/icon512.png"
    },
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html",
        "default_title": "VoipCenter Extension"
    },
    "permissions": [
        "activeTab",
        "notifications",
        "storage",
        "contextMenus",
        "http:\/\/pbxonline.be\/",
        "https:\/\/pbxonline.be\/"
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.2.1.min.js",
            "js\/socket.io.js",
            "js\/config.ini.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/jquery.ba-replacetext.min.js",
                "content.js"
            ]
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+V",
                "mac": "MacCtrl+Shift+V"
            },
            "description": "Opens popup.html"
        }
    },
    "web_accessible_resources": [
        "images\/*.png"
    ]
}