Citrix Workspace Web Extension - Beta

Launch your workspaces anytime, anywhere without an .ica file keeping your experience safe and reliable.

Co je Citrix Workspace Web Extension - Beta?

Citrix Workspace Web Extension - Beta je rozšíření Chrome vyvinuté Citrix Systems Inc, a jeho hlavní funkcí je „Launch your workspaces anytime, anywhere without an .ica file keeping your experience safe and reliable.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Citrix Workspace Web Extension - Beta

Stáhněte si soubory rozšíření Citrix Workspace Web Extension - Beta ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Chrome extension to enable Service Continuity in Citrix Workspace.
This extension enables the Service Continuity feature when accessing Citrix Workspace via Chrome browser (Workspace app for Web). Service Continuity removes (or, if not possible, minimizes) the dependency on the availability of the components involved in the connection process, allowing users to connect to their virtual apps and desktops regardless of the cloud services' health status.

In addition to installing this extension, you must also install Citrix Workspace app on your device.                    

Základní Informace o Rozšíření

Název Citrix Workspace Web Extension - Beta Citrix Workspace Web Extension - Beta
ID kbbhgenpmopkdoahphngmeemacpobpgf
Oficiální URL https://chromewebstore.google.com/detail/citrix-workspace-web-exte/kbbhgenpmopkdoahphngmeemacpobpgf
Popis Launch your workspaces anytime, anywhere without an .ica file keeping your experience safe and reliable.
Velikost souboru 380 KB
Počet instalací 707
Aktuální Verze 24.1.0
Poslední Aktualizace 2024-01-22
Datum Vydání 2023-05-31
Vývojář Citrix Systems Inc
E-mail [email protected]
Typ Platby free
Podporované Jazyky de,en,fr,nl,es,it,ru,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name_staging__",
    "description": "__MSG_ext_description_staging__",
    "version": "24.1.0",
    "manifest_version": 3,
    "minimum_chrome_version": "104",
    "permissions": [
        "nativeMessaging",
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "CitrixBrowserExtension.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.map"
            ],
            "matches": [
                "*:\/\/*.cloud.com\/*",
                "*:\/\/*.cloudburrito.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cloudburrito.com\/*",
            "*:\/\/*.cloud.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*.cloud.com\/*",
        "*:\/\/*.cloudburrito.com\/*"
    ],
    "action": {
        "default_popup": "ExtensionUI\/ExtensionPage.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/Citrix\/*",
                "https:\/\/client.wvd.microsoft.com\/arm\/webclient\/aadj.html"
            ],
            "js": [
                "inject.js"
            ],
            "all_frames": true
        }
    ],
    "default_locale": "en"
}