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.

Wat is Wave Click-to-Call?

Wave Click-to-Call is een Chrome-extensie ontwikkeld door Wave, en de belangrijkste functie is "Use the Wave Softphone to quickly dial phone numbers from a webpage within two clicks to boost your team's productivity.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Wave Click-to-Call

Download Wave Click-to-Call-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Wave Click-to-Call Wave Click-to-Call
ID kklbmcpmfcamhnnjkghipkolonnfidjn
Officiële URL https://chromewebstore.google.com/detail/wave-click-to-call/kklbmcpmfcamhnnjkghipkolonnfidjn
Beschrijving Use the Wave Softphone to quickly dial phone numbers from a webpage within two clicks to boost your team's productivity.
Bestandsgrootte 72.03 KB
Aantal Installaties 70
Huidige Versie 1.0.1
Laatst Bijgewerkt 2022-06-29
Publicatiedatum 2022-06-28
Ontwikkelaar Wave
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.gradwell.com/privacy
Ondersteunde Talen 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"
    }
}