CTX Launcher for Managed Guest Sessions

A helper extension for Chrome Enterprise with requirements to auto-launch Citrix Workspace after entering a managed guest session

What is CTX Launcher for Managed Guest Sessions?

CTX Launcher for Managed Guest Sessions is a Chrome extension developed by mikewilusz, and its main feature is "A helper extension for Chrome Enterprise with requirements to auto-launch Citrix Workspace after entering a managed guest session".

Extension Screenshots

screenshot

Download CTX Launcher for Managed Guest Sessions Extension CRX File

Download CTX Launcher for Managed Guest Sessions 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

                        A helper extension for Chrome Enterprise customers with requirements to auto-launch Citrix Workspace after entering a managed guest session                    

Extension Basic Information

Name CTX Launcher for Managed Guest Sessions CTX Launcher for Managed Guest Sessions
ID jlohdpkkidomobhljjloddbjhiaphihe
Official URL https://chromewebstore.google.com/detail/ctx-launcher-for-managed/jlohdpkkidomobhljjloddbjhiaphihe
Description A helper extension for Chrome Enterprise with requirements to auto-launch Citrix Workspace after entering a managed guest session
File Size 57.19 KB
Installation Count 11,399
Current Version 1.1
Last Updated 2019-12-18
Publish Date 2019-08-27
Developer mikewilusz
Payment Type free
Extension Website https://gitlab.com/pilotalb/ctx-launcher-for-managed-guest-sessions
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CTX Launcher for Managed Guest Sessions",
    "description": "A helper extension for Chrome Enterprise with requirements to auto-launch Citrix Workspace after entering a managed guest session",
    "short_name": "CTX Launcher",
    "version": "1.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon_16.png"
    },
    "icons": {
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "management"
    ]
}