Citrix Workspace Web Extension

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

Τι είναι το Citrix Workspace Web Extension;

Το Citrix Workspace Web Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Citrix Systems Inc, και η κύρια λειτουργία του είναι "Launch your workspaces anytime, anywhere without an .ica file keeping your experience safe and reliable.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Citrix Workspace Web Extension

Λήψη αρχείων επέκτασης Citrix Workspace Web Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Install this extension to detect your locally installed Workspace app from your browser. This will launch your browser with added security and reliability without the need to download an .ica file. Additional benefits to this are screen capture, app protection and seamless service continuity.

Once installed, extension has access only to workspace websites (turns green) and don't have access to other websites (grayed out). The browser extension also detects the Workspace app version you are using and displays the version number. This will be accessible for both on-premises and cloud users.

Key features ;

1. Reliable: No more failures when launching Citrix workspace virtual desktops and apps, simultaneously launch multiple apps without failure.

2. Secure: No more .ica file download on non-secure devices.

3. App Protection: Prevents screen capture by displaying an IP address watermark.

4. Login timeout tooltip: Prompts users to start using offline mode if the authentication is not successful within 30 seconds.

5. Troubleshooting logs: To help troubleshoot any problems.

Note: Feature support depends on the platform support and entitlement                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Citrix Workspace Web Extension Citrix Workspace Web Extension
ID dbdlmgpfijccjgnnpacnamgdfmljoeee
Επίσημο URL https://chromewebstore.google.com/detail/citrix-workspace-web-exte/dbdlmgpfijccjgnnpacnamgdfmljoeee
Περιγραφή Launch your workspaces anytime, anywhere without an .ica file keeping your experience safe and reliable.
Μέγεθος Αρχείου 380 KB
Αριθμός Εγκαταστάσεων 200,000
Τρέχουσα Έκδοση 24.1.0
Τελευταία Ενημέρωση 2024-01-30
Ημερομηνία Δημοσίευσης 2021-09-30
Αξιολόγηση 2.14/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής Citrix Systems Inc
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.citrix.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.citrix.com/support/
Υποστηριζόμενες Γλώσσες de,en,fr,nl,es,it,ru,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name_prod__",
    "description": "__MSG_ext_description_prod__",
    "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\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cloud.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*.cloud.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"
}