VMware Horizon Browser Redirection

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

ما هو VMware Horizon Browser Redirection؟

VMware Horizon Browser Redirection هو إضافة Chrome تم تطويرها بواسطة VMware، والميزة الرئيسية لها هي "Chrome extension to enable Browser Tab Redirection inside VMware Horizon Agent.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة VMware Horizon Browser Redirection

قم بتنزيل ملفات الامتداد VMware Horizon Browser Redirection بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية 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:\/\/*\/*"
            ]
        }
    ]
}