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.

Apa itu Wave Click-to-Call?

Wave Click-to-Call adalah ekstensi Chrome yang dikembangkan oleh Wave, dan fitur utamanya adalah "Use the Wave Softphone to quickly dial phone numbers from a webpage within two clicks to boost your team's productivity.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Wave Click-to-Call

Unduh file ekstensi Wave Click-to-Call dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Wave Click-to-Call Wave Click-to-Call
ID kklbmcpmfcamhnnjkghipkolonnfidjn
URL Resmi https://chromewebstore.google.com/detail/wave-click-to-call/kklbmcpmfcamhnnjkghipkolonnfidjn
Deskripsi Use the Wave Softphone to quickly dial phone numbers from a webpage within two clicks to boost your team's productivity.
Ukuran File 72.03 KB
Jumlah Instalasi 70
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2022-06-29
Tanggal Publikasi 2022-06-28
Pengembang Wave
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.gradwell.com/privacy
Bahasa yang Didukung 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"
    }
}