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.

什么是Wave Click-to-Call?

Wave Click-to-Call是由Wave开发的Chrome扩展程序,该扩展的主要功能是“Use the Wave Softphone to quickly dial phone numbers from a webpage within two clicks to boost your team's productivity.”。

扩展截图

screenshot

下载Wave Click-to-Call扩展crx文件

下载Wave Click-to-Call扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Wave Click-to-Call Wave Click-to-Call
ID kklbmcpmfcamhnnjkghipkolonnfidjn
官方URL https://chromewebstore.google.com/detail/wave-click-to-call/kklbmcpmfcamhnnjkghipkolonnfidjn
简介 Use the Wave Softphone to quickly dial phone numbers from a webpage within two clicks to boost your team's productivity.
文件大小 72.03 KB
安装次数 70
当前版本 1.0.1
更新时间 2022-06-29
上架时间 2022-06-28
开发者 Wave
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.gradwell.com/privacy
支持的语言 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"
    }
}