Wave Click-to-Call

Use the Wave Softphone to quickly dial phone numbers from a webpage within two clicks to boost your team's productivity.

O que é Wave Click-to-Call?

Wave Click-to-Call é uma extensão do Chrome desenvolvida por Wave, e sua principal característica é "Use the Wave Softphone to quickly dial phone numbers from a webpage within two clicks to boost your team's productivity.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Wave Click-to-Call

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

                        Wave Click-to-Call allows you to utilise your Wave Softphone to quickly dial phone numbers from a webpage within two clicks to boost your team's productivity.  

The Wave Click-to-call extension scans the webpage you are on for any phone numbers and allows you to click them and make a call through the Wave Desktop Application. This allows quick dialling from web based CRMs, company searches and phone numbers in  web pages.

Note: The extension only enables calls to be made using the Wave Desktop Application.                    

Informações Básicas da Extensão

Nome Wave Click-to-Call Wave Click-to-Call
ID kklbmcpmfcamhnnjkghipkolonnfidjn
URL Oficial https://chromewebstore.google.com/detail/wave-click-to-call/kklbmcpmfcamhnnjkghipkolonnfidjn
Descrição Use the Wave Softphone to quickly dial phone numbers from a webpage within two clicks to boost your team's productivity.
Tamanho do Arquivo 72.03 KB
Contagem de Instalações 70
Versão Atual 1.0.1
Última Atualização 2022-06-29
Data de Publicação 2022-06-28
Desenvolvedor Wave
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.gradwell.com/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wave Click-to-Call",
    "description": "Use the Wave Softphone to quickly dial phone numbers from a webpage within two clicks to boost your team's productivity.",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "640": "icon.png"
    }
}