Citrix Workspace Web Extension - Beta

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

Citrix Workspace Web Extension - Betaとは何ですか?

Citrix Workspace Web Extension - BetaはCitrix Systems Incによって開発されたChromeの拡張機能で、その主な機能は「Launch your workspaces anytime, anywhere without an .ica file keeping your experience safe and reliable.」です。

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

screenshot
screenshot

Citrix Workspace Web Extension - Beta拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Citrix Workspace Web Extension - Beta Citrix Workspace Web Extension - Beta
ID kbbhgenpmopkdoahphngmeemacpobpgf
公式URL https://chromewebstore.google.com/detail/citrix-workspace-web-exte/kbbhgenpmopkdoahphngmeemacpobpgf
説明 Launch your workspaces anytime, anywhere without an .ica file keeping your experience safe and reliable.
ファイルサイズ 380 KB
インストール数 707
現在のバージョン 24.1.0
最終更新日 2024-01-22
公開日 2023-05-31
開発者 Citrix Systems Inc
Eメール [email protected]
支払い方法 free
対応言語 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"
}