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.

¿Qué es Wave Click-to-Call?

Wave Click-to-Call es una extensión de Chrome desarrollada por Wave, y su función principal es "Use the Wave Softphone to quickly dial phone numbers from a webpage within two clicks to boost your team's productivity.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Wave Click-to-Call

Descarga archivos de extensión Wave Click-to-Call en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Wave Click-to-Call Wave Click-to-Call
ID kklbmcpmfcamhnnjkghipkolonnfidjn
URL Oficial https://chromewebstore.google.com/detail/wave-click-to-call/kklbmcpmfcamhnnjkghipkolonnfidjn
Descripción Use the Wave Softphone to quickly dial phone numbers from a webpage within two clicks to boost your team's productivity.
Tamaño del Archivo 72.03 KB
Cantidad de Instalaciones 70
Versión Actual 1.0.1
Última Actualización 2022-06-29
Fecha de Publicación 2022-06-28
Desarrollador Wave
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.gradwell.com/privacy
Idiomas Soportados 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"
    }
}