3CX Webclient auto dial

Clicks the dial button in 3CX Webclient

O que é 3CX Webclient auto dial?

3CX Webclient auto dial é uma extensão do Chrome desenvolvida por https://www.t38printer.de, e sua principal característica é "Clicks the dial button in 3CX Webclient".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão 3CX Webclient auto dial

Baixe arquivos de extensão 3CX Webclient auto dial 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

                        Clicks the dial button in the 3CX Webclient to allow make calls with the webclient unattended. This is used in combined with the alternative 3CX Tapi.                    

Informações Básicas da Extensão

Nome 3CX Webclient auto dial 3CX Webclient auto dial
ID ckhfehgfmleekddmkmnokpejeldadidj
URL Oficial https://chromewebstore.google.com/detail/3cx-webclient-auto-dial/ckhfehgfmleekddmkmnokpejeldadidj
Descrição Clicks the dial button in 3CX Webclient
Tamanho do Arquivo 14.61 KB
Contagem de Instalações 612
Versão Atual 0.0.1.4
Última Atualização 2024-03-04
Data de Publicação 2021-07-05
Desenvolvedor https://www.t38printer.de
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://mail2fax.t38printer.de/security.html
Idiomas Suportados de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "3CX Webclient auto dial",
    "description": "Clicks the dial button in 3CX Webclient",
    "version": "0.0.1.4",
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/icons\/16.png",
        "19": "images\/icons\/19.png",
        "38": "images\/icons\/38.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    }
}