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
Eメール [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"
    }
}