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.

Cos'è Wave Click-to-Call?

Wave Click-to-Call è un'estensione di Chrome sviluppata da Wave, e la sua funzione principale è "Use the Wave Softphone to quickly dial phone numbers from a webpage within two clicks to boost your team's productivity.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Wave Click-to-Call

Scarica i file di estensione Wave Click-to-Call in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Wave Click-to-Call Wave Click-to-Call
ID kklbmcpmfcamhnnjkghipkolonnfidjn
URL Ufficiale https://chromewebstore.google.com/detail/wave-click-to-call/kklbmcpmfcamhnnjkghipkolonnfidjn
Descrizione Use the Wave Softphone to quickly dial phone numbers from a webpage within two clicks to boost your team's productivity.
Dimensione del File 72.03 KB
Conteggio Installazioni 70
Versione Corrente 1.0.1
Ultimo Aggiornamento 2022-06-29
Data di Pubblicazione 2022-06-28
Sviluppatore Wave
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.gradwell.com/privacy
Lingue Supportate 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"
    }
}