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开发的Chrome扩展程序,该扩展的主要功能是“GRP260x firmware 1.0.5.25 or above version is required to support GRP Click2Dial add-on.”。

扩展截图

screenshot
screenshot
screenshot

下载Grandstream GRP Click2Dial扩展crx文件

下载Grandstream GRP Click2Dial扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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