TVox Click to Call

Click on phone numbers to call them through the TVox Client

O que é TVox Click to Call?

TVox Click to Call é uma extensão do Chrome desenvolvida por https://teleniasoftware.com, e sua principal característica é "Click on phone numbers to call them through the TVox Client".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TVox Click to Call

Baixe arquivos de extensão TVox Click to Call 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

                        TVox Click to Call is the extension that allows TVox users to make a call by simply clicking on the phone numbers present on CRM / ERP web based or from internet sites via Chrome browser.

- Quick and easy configuration
- Enable the call feature on your web based crm / erp
- Save typing time by eliminating the need to dial, copy and paste numbers
- Type of call:
1) Click the underlined numbers directly
2) highlight the number and then make the call with the right mouse button


NOTE
Post Installation:

On Google Chrome

The TVox Click to Call extension icon in gray will be visible in the upper right corner of the browser.
Open your TVox Web Client and refresh the page to automatically configure the TVox Click to Call extension.                    

Informações Básicas da Extensão

Nome TVox Click to Call TVox Click to Call
ID lcpoakjecdidnegmabgpkjhmbgbakfpd
URL Oficial https://chromewebstore.google.com/detail/tvox-click-to-call/lcpoakjecdidnegmabgpkjhmbgbakfpd
Descrição Click on phone numbers to call them through the TVox Client
Tamanho do Arquivo 474 KB
Contagem de Instalações 271
Versão Atual 2.2
Última Atualização 2020-01-17
Data de Publicação 2020-01-15
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://teleniasoftware.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.teleniasoftware.com/informativa-privacy
Idiomas Suportados en,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.2",
    "default_locale": "en",
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "browser_action": [],
    "icons": {
        "16": "static\/images\/logo.png",
        "48": "static\/images\/logo.png",
        "128": "static\/images\/logo.png",
        "256": "static\/images\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/lib\/jquery-3.4.1.min.js",
                "js\/content_script.js"
            ],
            "css": [
                "css\/content_script.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/tvox_page_content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "",
        "notifications"
    ]
}