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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}