Yealink Browser Integration Extension

Yealink Integration Extension

什么是Yealink Browser Integration Extension?

Yealink Browser Integration Extension是由Yealink开发的Chrome扩展程序,该扩展的主要功能是“Yealink Integration Extension”。

扩展截图

screenshot

下载Yealink Browser Integration Extension扩展crx文件

下载Yealink Browser Integration Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Yealink Browser Integration Extension Yealink Browser Integration Extension
ID fljadbkdkmpknlgjaanmmblgkopgicpj
官方URL https://chromewebstore.google.com/detail/yealink-browser-integrati/fljadbkdkmpknlgjaanmmblgkopgicpj
简介 Yealink Integration Extension
文件大小 12.42 KB
安装次数 266
当前版本 1.0.3
更新时间 2022-01-10
上架时间 2021-04-24
评分 1.00/5 共2次评分
开发者 Yealink
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.yealink.com
帮助页面URL https://support.yealink.com
支持的语言 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"
    ]
}