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.”。
擴展截圖
下載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 |
ID | kbbhgenpmopkdoahphngmeemacpobpgf |
官方網址 | 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" } |