Grandstream Wave Click2Dial

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

What is Grandstream Wave Click2Dial?

Grandstream Wave Click2Dial is a Chrome extension developed by https://grandstream.com, and its main feature is "This plug-in can recognize phonenumber on the browsing page, and combine Grandstream Wave to speed dial.".

Extension Screenshots

screenshot

Download Grandstream Wave Click2Dial Extension CRX File

Download Grandstream Wave Click2Dial extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 .                    

Extension Basic Information

Name Grandstream Wave Click2Dial Grandstream Wave Click2Dial
ID jmphnnnhjeigmcgilgifhjnkelemfdfc
Official URL https://chromewebstore.google.com/detail/grandstream-wave-click2di/jmphnnnhjeigmcgilgifhjnkelemfdfc
Description This plug-in can recognize phonenumber on the browsing page, and combine Grandstream Wave to speed dial.
File Size 75.05 KB
Installation Count 1,728
Current Version 1.0.11.7
Last Updated 2023-11-02
Publish Date 2021-11-16
Rating 1.33/5 Total 3 Ratings
Developer https://grandstream.com
Email [email protected]
Payment Type free
Extension Website https://www.grandstream.com/
Help Page URL https://www.grandstream.com/support
Privacy Policy Page URL http://www.ipvideotalk.com/privacy-policy.html
Supported Languages 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"
}