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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://grandstream.com, και η κύρια λειτουργία του είναι "This plug-in can recognize phonenumber on the browsing page, and combine Grandstream Wave to speed dial.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Grandstream Wave Click2Dial

Λήψη αρχείων επέκτασης 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"
}