Grandstream GRP Click2Dial

GRP260x firmware 1.0.5.25 or above version is required to support GRP Click2Dial add-on.

Grandstream GRP Click2Dial क्या है?

Grandstream GRP Click2Dial https://grandstream.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "GRP260x firmware 1.0.5.25 or above version is required to support GRP Click2Dial add-on."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Grandstream GRP Click2Dial एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        GRP Click2Dial is a lightweight web browser extension which integrates with Grandstream GRP260x series seamlessly. It allows users to log in GRP260x via its IP address to click-to-dial, search for contacts, make calls and answer calls quickly. The GRP Click2Dial add-on helps reduce manual operations on the physical phone, improves work productivity and efficiency.

Feature highlights:
1. Access GRP260x for click-to-dial from web browser.
2. Click to call phone numbers from any web pages.
3. Search contacts by name, phone number or email, view presence status and make calls.
4. Incoming call pop-up notifications.
5. Rich call control functions: call establishment, hangup, call hold and resume, line selection, etc.

Important information:
GRP260x firmware versions 1.0.5.25 and above are required to support GRP Click2Dial add-on.                    

एक्सटेंशन की मूल जानकारी

नाम Grandstream GRP Click2Dial Grandstream GRP Click2Dial
ID mkhmigpkgojmligboliphmjpdkhpmhid
आधिकारिक URL https://chromewebstore.google.com/detail/grandstream-grp-click2dia/mkhmigpkgojmligboliphmjpdkhpmhid
विवरण GRP260x firmware 1.0.5.25 or above version is required to support GRP Click2Dial add-on.
फ़ाइल का आकार 1020 KB
स्थापना संख्या 373
वर्तमान संस्करण 1.0.1.7
अंतिम अपडेट 2023-12-27
प्रकाशन तिथि 2023-08-12
रेटिंग 4.33/5 कुल 3 रेटिंग्स
डेवलपर https://grandstream.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://www.ipvideotalk.com/privacy-policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grandstream GRP Click2Dial",
    "version": "1.0.1.7",
    "description": "GRP260x firmware 1.0.5.25 or above version is required to support GRP Click2Dial add-on.",
    "manifest_version": 3,
    "action": {
        "default_title": "GRP Click2Dial",
        "default_icon": "quicall\/assets\/logo.png"
    },
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "icons": {
        "16": "quicall\/assets\/logo_16x16.png",
        "48": "quicall\/assets\/logo_48x48.png",
        "128": "quicall\/assets\/logo_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScripts\/contentScript.js"
            ],
            "css": [
                "contentScripts\/contentScript.css"
            ],
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "management",
        "notifications"
    ]
}