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.

Was ist Wave Click-to-Call?

Wave Click-to-Call ist eine Chrome-Erweiterung, die von Wave entwickelt wurde, und ihr Hauptmerkmal ist "Use the Wave Softphone to quickly dial phone numbers from a webpage within two clicks to boost your team's productivity.".

Erweiterungsscreenshots

screenshot

Wave Click-to-Call-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wave Click-to-Call-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Wave Click-to-Call Wave Click-to-Call
ID kklbmcpmfcamhnnjkghipkolonnfidjn
Offizielle URL https://chromewebstore.google.com/detail/wave-click-to-call/kklbmcpmfcamhnnjkghipkolonnfidjn
Beschreibung Use the Wave Softphone to quickly dial phone numbers from a webpage within two clicks to boost your team's productivity.
Dateigröße 72.03 KB
Installationsanzahl 70
Aktuelle Version 1.0.1
Letztes Update 2022-06-29
Veröffentlichungsdatum 2022-06-28
Entwickler Wave
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.gradwell.com/privacy
Unterstützte Sprachen 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"
    }
}