VMware Horizon HTML5 Redirection Extension

Chrome extension to enable HTML5 Multimedia redirection inside VMware Horizon Agent.

VMware Horizon HTML5 Redirection Extension란 무엇입니까?

VMware Horizon HTML5 Redirection Extension은(는) VMware에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension to enable HTML5 Multimedia redirection inside VMware Horizon Agent."입니다.

확장 프로그램 스크린샷

screenshot

VMware Horizon HTML5 Redirection Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        VMware Horizon HTML5 Redirection Extension enables the redirection of HTML5 contents from Horizon desktops/apps. Please check documentation for supported browsers

IMPORTANT NOTE: VMware Horizon HTML5 redirection requires VMware Horizon 7.3.1 and VMware Horizon Client 4.6 or later. This extension should be installed in Horizon desktops/apps. Contact your IT department for further assistance.

VMware Horizon Product Documentation for the HTML5 Multimedia Redirection feature: https://docs.vmware.com/en/VMware-Horizon/2111/horizon-remote-desktop-features/GUID-6A68ECA4-6B9C-43C5-B437-D39B71005BAD.html

VMware End User License Agreement: https://www.vmware.com/content/dam/digitalmarketing/vmware/en/pdf/downloads/eula/universal_eula.pdf

Language support for Chinese (Traditional and Simplified), German, French, Japanese, Korean and Spanish.

What's New : Upgraded the extension from Manifest V2 to Manifest V3 format.                    

확장 프로그램 기본 정보

이름 VMware Horizon HTML5 Redirection Extension VMware Horizon HTML5 Redirection Extension
ID ljmaegmnepbgjekghdfkgegbckolmcok
공식 URL https://chromewebstore.google.com/detail/vmware-horizon-html5-redi/ljmaegmnepbgjekghdfkgegbckolmcok
설명 Chrome extension to enable HTML5 Multimedia redirection inside VMware Horizon Agent.
파일 크기 32.47 KB
설치 횟수 366,377
현재 버전 8.8.0.0
최근 업데이트 2023-07-12
출시 날짜 2020-03-02
평점 4.63/5 총 16 개의 평점
개발자 VMware
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.vmware.com/help/privacy.html
지원되는 언어 de,en,fr,es,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ExtensionName__",
    "version": "8.8.0.0",
    "version_name": "8.8.0.0",
    "default_locale": "en",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhPu+iHazmS33b8NUVVx6EX0Bi862P70iFa0YrQzkGsfzvNmxIuYzphShJUJZpEnbP\/EFr3by6usBaDdwHC6wlc\/RyzmOnSfVrwrwN2OyhDRN459MJG5dU4te4fIkXO8iexLW1ljvy7JA7MMBWD5ePGuOV7e6yo54zXVaoPGjVBuwc+rWM+hm+AchoyplxLg3aqJmrnkzvurlwVXjScvnQIpTFcIZaJ1ERT2ZI+uX01dL\/PyuKKBuDKBxmhCrXY2adHmoRYD5VpSqvP\/2dh2voFXi\/obrQOa2fHy5XWTYWSh9XpDZ5wSXeYpKfMyAqlYjzQSggaDuCuDK2obPqtm3mQIDAQAB",
    "description": "__MSG_ExtensionDescription__",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "nativeMessaging",
        "scripting",
        "webRequest"
    ],
    "icons": {
        "16": "horizon-16.png",
        "48": "horizon-48.png",
        "128": "horizon-128.png"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html5mmrPlayer.js",
                "html5RedirScript.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_icon": "horizon-16.png"
    }
}