Yealink Browser Integration Extension

Yealink Integration Extension

What is Yealink Browser Integration Extension?

Yealink Browser Integration Extension is a Chrome extension developed by Yealink, and its main feature is "Yealink Integration Extension".

Extension Screenshots

screenshot

Download Yealink Browser Integration Extension Extension CRX File

Download Yealink Browser Integration Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Yealink Browser Integration Extension Yealink Browser Integration Extension
ID fljadbkdkmpknlgjaanmmblgkopgicpj
Official URL https://chromewebstore.google.com/detail/yealink-browser-integrati/fljadbkdkmpknlgjaanmmblgkopgicpj
Description Yealink Integration Extension
File Size 12.42 KB
Installation Count 266
Current Version 1.0.3
Last Updated 2022-01-10
Publish Date 2021-04-24
Rating 1.00/5 Total 2 Ratings
Developer Yealink
Email [email protected]
Payment Type free
Extension Website https://www.yealink.com
Help Page URL https://support.yealink.com
Supported Languages 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"
    ]
}