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'est-ce que Wave Click-to-Call ?

Wave Click-to-Call est une extension Chrome développée par Wave, et sa fonction principale est "Use the Wave Softphone to quickly dial phone numbers from a webpage within two clicks to boost your team's productivity.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Wave Click-to-Call

Téléchargez les fichiers d'extension Wave Click-to-Call au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Wave Click-to-Call Wave Click-to-Call
ID kklbmcpmfcamhnnjkghipkolonnfidjn
URL Officiel https://chromewebstore.google.com/detail/wave-click-to-call/kklbmcpmfcamhnnjkghipkolonnfidjn
Description Use the Wave Softphone to quickly dial phone numbers from a webpage within two clicks to boost your team's productivity.
Taille du Fichier 72.03 KB
Nombre d'Installations 70
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-06-29
Date de Publication 2022-06-28
Développeur Wave
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.gradwell.com/privacy
Langues Prises en Charge 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"
    }
}