Grandstream Wave Click2Dial

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

Qu'est-ce que Grandstream Wave Click2Dial ?

Grandstream Wave Click2Dial est une extension Chrome développée par https://grandstream.com, et sa fonction principale est "This plug-in can recognize phonenumber on the browsing page, and combine Grandstream Wave to speed dial.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Grandstream Wave Click2Dial

Téléchargez les fichiers d'extension Grandstream Wave Click2Dial au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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 .                    

Informations de Base sur l'Extension

Nom Grandstream Wave Click2Dial Grandstream Wave Click2Dial
ID jmphnnnhjeigmcgilgifhjnkelemfdfc
URL Officiel 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.
Taille du Fichier 75.05 KB
Nombre d'Installations 1,728
Version Actuelle 1.0.11.7
Dernière Mise à Jour 2023-11-02
Date de Publication 2021-11-16
Évaluation 1.33/5 Total 3 Évaluations
Développeur https://grandstream.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.grandstream.com/
URL de la Page d'Aide https://www.grandstream.com/support
URL de la Page de Politique de Confidentialité http://www.ipvideotalk.com/privacy-policy.html
Langues Prises en Charge 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"
}