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
官方網址 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"
    ]
}