Grandstream Wave Click2Dial

This plug-in can recognize phonenumber on the browsing page, and combine Grandstream Wave to speed dial.

什么是Grandstream Wave Click2Dial?

Grandstream Wave Click2Dial是由https://grandstream.com开发的Chrome扩展程序,该扩展的主要功能是“This plug-in can recognize phonenumber on the browsing page, and combine Grandstream Wave to speed dial.”。

扩展截图

screenshot

下载Grandstream Wave Click2Dial扩展crx文件

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

扩展使用说明

                        If the users want to make a quick call with Grandstream Wave on the browser page , they can install the extension. The extension will check the phone number on the browsing page and add a hyperlink once phone number detected. The users can click the phone number and launch the Grandstream Wave to make a call .                    

扩展基本信息

名称 Grandstream Wave Click2Dial Grandstream Wave Click2Dial
ID jmphnnnhjeigmcgilgifhjnkelemfdfc
官方URL https://chromewebstore.google.com/detail/grandstream-wave-click2di/jmphnnnhjeigmcgilgifhjnkelemfdfc
简介 This plug-in can recognize phonenumber on the browsing page, and combine Grandstream Wave to speed dial.
文件大小 75.05 KB
安装次数 1,728
当前版本 1.0.11.7
更新时间 2023-11-02
上架时间 2021-11-16
评分 1.33/5 共3次评分
开发者 https://grandstream.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.grandstream.com/
帮助页面URL https://www.grandstream.com/support
隐私政策页面URL http://www.ipvideotalk.com/privacy-policy.html
支持的语言 en
manifest.json
{
    "name": "Grandstream Wave Click2Dial",
    "description": "This plug-in can recognize phonenumber on the browsing page, and combine Grandstream Wave to speed dial.",
    "version": "1.0.11.7",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "96": "icon96.png",
            "128": "icon128.png"
        },
        "default_title": "Wave"
    },
    "icons": {
        "16": "icon16.png",
        "96": "icon96.png",
        "128": "icon128.png"
    },
    "options_ui": {
        "open_in_tab": false,
        "page": "options.html"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "background"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "Wave",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}