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.

Vad är Wave Click-to-Call?

Wave Click-to-Call är en Chrome-tillägg utvecklad av Wave, och dess huvudfunktion är "Use the Wave Softphone to quickly dial phone numbers from a webpage within two clicks to boost your team's productivity.".

Tilläggsskärmbilder

screenshot

Ladda ner Wave Click-to-Call-förlängningens CRX-fil

Ladda ner Wave Click-to-Call-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Wave Click-to-Call Wave Click-to-Call
ID kklbmcpmfcamhnnjkghipkolonnfidjn
Officiell webbadress https://chromewebstore.google.com/detail/wave-click-to-call/kklbmcpmfcamhnnjkghipkolonnfidjn
Beskrivning Use the Wave Softphone to quickly dial phone numbers from a webpage within two clicks to boost your team's productivity.
Filstorlek 72.03 KB
Antal Installationer 70
Aktuell Version 1.0.1
Senast Uppdaterad 2022-06-29
Publiceringsdatum 2022-06-28
Utvecklare Wave
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.gradwell.com/privacy
Stödda Språk 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"
    }
}