VMware Horizon Browser Redirection

Chrome extension to enable Browser Tab Redirection inside VMware Horizon Agent.

VMware Horizon Browser Redirectionとは何ですか?

VMware Horizon Browser RedirectionはVMwareによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension to enable Browser Tab Redirection inside VMware Horizon Agent.」です。

拡張機能のスクリーンショット

screenshot

VMware Horizon Browser Redirection拡張機能のCRXファイルをダウンロード

VMware Horizon Browser Redirection拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        VMware Horizon Browser Redirection Extension enables the redirection of web pages from Horizon desktops/app. With Browser Redirection, when an end user uses the supported browser in a remote desktop, the website is rendered on the client system instead of the agent system, and it is displayed over the remote browser's viewport. The viewport is the portion of the browser window that displays the content of a web page.

IMPORTANT NOTE: VMware Horizon Browser Redirection requires VMware Horizon 7.10 and VMware Horizon Client 5.2 or later. This extension should be installed in Horizon desktops/apps. Contact your IT department for further assistance.

VMware Horizon Product Documentation for the VMware Horizon Browser Redirection feature:
https://docs.vmware.com/en/VMware-Horizon/2111/horizon-remote-desktop-features/GUID-C10ED1AE-AD61-4AB0-AAB7-1163264CF934.html

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

What's New : Bug fixes.                    

拡張機能の基本情報

名前 VMware Horizon Browser Redirection VMware Horizon Browser Redirection
ID demgbalbngngkkgjcofhdiiipjblblob
公式URL https://chromewebstore.google.com/detail/vmware-horizon-browser-re/demgbalbngngkkgjcofhdiiipjblblob
説明 Chrome extension to enable Browser Tab Redirection inside VMware Horizon Agent.
ファイルサイズ 30 KB
インストール数 460,634
現在のバージョン 8.12.0.0
最終更新日 2024-02-10
公開日 2020-06-20
評価 4.20/5 合計 5 レビュー
開発者 VMware
Eメール [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.12.0.0",
    "version_name": "8.12.0.0",
    "default_locale": "en",
    "description": "__MSG_ExtensionDescription__",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuF\/srYYRwkXhS7H3d0LFwaq6nkrAJcjZvTgYX6KqKt+RGEblbVjiIepDFHU9OLPG8+9ZlieFQ48JFWVt\/8AaygzRI3IbdFl+Pij32MIpdTaDgXEHsY1b7pgj0h9SrW9chME8kT3ayLUT9VB4WrA91bk\/fOvT7aV0bCSLZUZoiCQ3Fc8SqoGTCbZv5Dl8iYQd04c+x\/oTwJm3\/3GUuuVmHuqTbPRGgK3KEO3QsmJw545n5XiHysXLiRhtW64ofEYZmCB1VTMtVVzWNvAXEl12EQq0pQZ6kq0ksrVF\/RYIqtGYNS5YJy3ZMH7+DRpxPmbBOY5eKJfVIrnNq0w1bOhviQIDAQAB",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "nativeMessaging",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": "icon-16.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "vmwareBrowserRedirect.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}