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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Citrix Systems Inc และคุณลักษณะหลักของมันคือ "Launch your workspaces anytime, anywhere without an .ica file keeping your experience safe and reliable."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Citrix Workspace Web Extension - Beta

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}