Citrix Secure Workspace Access

Citrix Secure Workspace Access browser extension for Chrome enables Citrix Workspace users with secure VPN-less access to intranet…

What is Citrix Secure Workspace Access?

Citrix Secure Workspace Access is a Chrome extension developed by Citrix Systems Inc, and its main feature is "Citrix Secure Workspace Access browser extension for Chrome enables Citrix Workspace users with secure VPN-less access to intranet…".

Extension Screenshots

Download Citrix Secure Workspace Access Extension CRX File

Download Citrix Secure Workspace Access extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Citrix Secure Workspace Access browser extension for Chrome enables Citrix Workspace users with secure VPN-less access to intranet web applications from bookmarked URLs or links from email, chat, and other applications.                    

Extension Basic Information

Name Citrix Secure Workspace Access Citrix Secure Workspace Access
ID lnbbocdcnjldjiioanioelblblleenem
Official URL https://chrome.google.com/webstore/detail/citrix-secure-workspace-a/lnbbocdcnjldjiioanioelblblleenem
Description Citrix Secure Workspace Access browser extension for Chrome enables Citrix Workspace users with secure VPN-less access to intranet…
File Size 1.35 MB
Installation Count 10,000
Current Version 1.2.1
Last Updated 2021-03-11
Publish Date 2020-12-08
Rating 5.00/5 Total 5 Ratings
Developer Citrix Systems Inc
Email [email protected]
Payment Type free
Extension Website https://www.citrix.com/products/citrix-workspace/
Help Page URL https://docs.citrix.com/en-us/citrix-gateway-service/support-web-apps.html
Privacy Policy Page URL https://www.citrix.com/about/legal/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Citrix Secure Workspace Access",
    "version": "1.2.1",
    "browser_action": {
        "default_popup": ".\/popup_main.html",
        "default_icon": ".\/images\/New-Grey-16x16.png",
        "default_title": "Citrix Secure Workspace Access"
    },
    "background": {
        "scripts": [
            ".\/js\/vendors.bundle.js",
            ".\/js\/background.bundle.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": ".\/images\/New-Blue-48x48.png"
    },
    "permissions": [
        "",
        "cookies",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "alarms",
        "notifications"
    ]
}