Yealink Browser Integration Extension

Yealink Integration Extension

Yealink Browser Integration Extension là gì?

Yealink Browser Integration Extension là một tiện ích mở rộng Chrome được phát triển bởi Yealink, và tính năng chính của nó là "Yealink Integration Extension".

Ả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 Yealink Browser Integration Extension

Tải xuống các tệp mở rộng Yealink Browser Integration Extension 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

                        It is use to help Yealink USB headset to communicate with Softclient which has ingreated the Yealink Web SDK.
Note:If you want the plugin to work properly, you need to allow plugin access to file URLs in Google Chrome, the path is More tools->Extensions->Details on 'Yealink Browser Integration Extension'->Allow access to file URLs->Switch to Enable                    

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

Tên Yealink Browser Integration Extension Yealink Browser Integration Extension
ID fljadbkdkmpknlgjaanmmblgkopgicpj
URL Chính Thức https://chromewebstore.google.com/detail/yealink-browser-integrati/fljadbkdkmpknlgjaanmmblgkopgicpj
Mô tả Yealink Integration Extension
Kích Thước Tệp 12.42 KB
Số Lần Cài Đặt 266
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2022-01-10
Ngày Phát Hành 2021-04-24
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Yealink
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.yealink.com
URL Trang Trợ Giúp https://support.yealink.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yealink Browser Integration Extension",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "2.1.0.3",
    "version_name": "1.0.3",
    "description": "Yealink Integration Extension",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "permissions": [
        "nativeMessaging"
    ],
    "optional_permissions": [
        "storage"
    ]
}