Grandstream Wave for Chrome

Grandstream Wave for Chrome

Grandstream Wave for Chrome란 무엇입니까?

Grandstream Wave for Chrome은(는) https://grandstream.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Grandstream Wave for Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Grandstream Wave for Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Grandstream Wave for Chrome is a lightweight soft phone that  integrates with the UCM63xx PBX seamlessly, which allows users to click-to-dial on any Chrome browser pages at any time, search for your colleagues and make calls, quickly answer calls, and improve your working productivity.

Features:
1. Access Wave from any Chrome web page.
2. Click-to-call phone numbers from any Chrome web page including web-based CRMs.
3. Search your contacts by name/department/position, view the presence, and make calls.
4. Rich call control functions: Audio and video call, call flipping feature, call transfer (attended/blind transfer), call recording, call hold/resume, etc.
5. View call records and voicemail, and play voicemail online.
6. Obvious call reminders and missed call notifications to avoid missing any calls.

Important Info:
Users can log in to the add-in with the Wave RemoteConnect Address of the UCM.

Learn more about Wave here: https://ucmrc.gdms.cloud/                    

확장 프로그램 기본 정보

이름 Grandstream Wave for Chrome Grandstream Wave for Chrome
ID gjddlbmkbmjhhdhkhldpkdelbefkilkk
공식 URL https://chromewebstore.google.com/detail/grandstream-wave-for-chro/gjddlbmkbmjhhdhkhldpkdelbefkilkk
설명 Grandstream Wave for Chrome
파일 크기 12.47 MB
설치 횟수 1,226
현재 버전 1.0.0.23
최근 업데이트 2023-12-21
출시 날짜 2022-11-10
개발자 https://grandstream.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.grandstream.com/
도움말 페이지 URL https://www.grandstream.com/support
개인정보 보호 정책 페이지 URL http://www.ipvideotalk.com/privacy-policy.html
지원되는 언어 de,en,fr,vi,tr,es,it,pl,cs,el,ru,iw,th,ar,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grandstream Wave for Chrome",
    "description": "Grandstream Wave for Chrome",
    "version": "1.0.0.23",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "logo512.png",
        "default_title": "Wave"
    },
    "icons": {
        "192": "logo192.png",
        "512": "logo512.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "management",
        "background",
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "default_locale": "en",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.css",
                "logo192.png",
                "content.js",
                "miniWin.svg",
                "switchChromeExtension.svg",
                "waveTitle.svg",
                "index.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}