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
官方網址 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"
    }
}