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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}