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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
이메일 [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"
}