Grandstream Wave Click2Dial

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

Grandstream Wave Click2Dial là gì?

Grandstream Wave Click2Dial là một tiện ích mở rộng Chrome được phát triển bởi https://grandstream.com, và tính năng chính của nó là "This plug-in can recognize phonenumber on the browsing page, and combine Grandstream Wave to speed dial.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Grandstream Wave Click2Dial

Tải xuống các tệp mở rộng Grandstream Wave Click2Dial dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 .                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Grandstream Wave Click2Dial Grandstream Wave Click2Dial
ID jmphnnnhjeigmcgilgifhjnkelemfdfc
URL Chính Thức https://chromewebstore.google.com/detail/grandstream-wave-click2di/jmphnnnhjeigmcgilgifhjnkelemfdfc
Mô tả This plug-in can recognize phonenumber on the browsing page, and combine Grandstream Wave to speed dial.
Kích Thước Tệp 75.05 KB
Số Lần Cài Đặt 1,728
Phiên Bản Hiện Tại 1.0.11.7
Cập Nhật Lần Cuối 2023-11-02
Ngày Phát Hành 2021-11-16
Đánh Giá 1.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://grandstream.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.grandstream.com/
URL Trang Trợ Giúp https://www.grandstream.com/support
URL Trang Chính Sách Bảo Mật http://www.ipvideotalk.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
}