Grandstream Wave for Chrome

Grandstream Wave for Chrome

Grandstream Wave for Chrome क्या है?

Grandstream Wave for Chrome https://grandstream.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Grandstream Wave for Chrome"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Grandstream Wave for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}