Grandstream Wave Click2Dial

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

Co je Grandstream Wave Click2Dial?

Grandstream Wave Click2Dial je rozšíření Chrome vyvinuté https://grandstream.com, a jeho hlavní funkcí je „This plug-in can recognize phonenumber on the browsing page, and combine Grandstream Wave to speed dial.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Grandstream Wave Click2Dial

Stáhněte si soubory rozšíření Grandstream Wave Click2Dial ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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 .                    

Základní Informace o Rozšíření

Název Grandstream Wave Click2Dial Grandstream Wave Click2Dial
ID jmphnnnhjeigmcgilgifhjnkelemfdfc
Oficiální URL https://chromewebstore.google.com/detail/grandstream-wave-click2di/jmphnnnhjeigmcgilgifhjnkelemfdfc
Popis This plug-in can recognize phonenumber on the browsing page, and combine Grandstream Wave to speed dial.
Velikost souboru 75.05 KB
Počet instalací 1,728
Aktuální Verze 1.0.11.7
Poslední Aktualizace 2023-11-02
Datum Vydání 2021-11-16
Hodnocení 1.33/5 Celkem 3 Hodnocení
Vývojář https://grandstream.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.grandstream.com/
URL Stránky Nápovědy https://www.grandstream.com/support
URL Stránky Zásad Ochrany Soukromí http://www.ipvideotalk.com/privacy-policy.html
Podporované Jazyky 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"
}