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.

What is Wave Click-to-Call?

Wave Click-to-Call is a Chrome extension developed by Wave, and its main feature is "Use the Wave Softphone to quickly dial phone numbers from a webpage within two clicks to boost your team's productivity.".

Extension Screenshots

screenshot

Download Wave Click-to-Call Extension CRX File

Download Wave Click-to-Call extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Wave Click-to-Call Wave Click-to-Call
ID kklbmcpmfcamhnnjkghipkolonnfidjn
Official URL 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.
File Size 72.03 KB
Installation Count 70
Current Version 1.0.1
Last Updated 2022-06-29
Publish Date 2022-06-28
Developer Wave
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.gradwell.com/privacy
Supported Languages 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"
    }
}