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
Eメール [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"
    ]
}