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

Vad är CTX Launcher for Managed Guest Sessions?

CTX Launcher for Managed Guest Sessions är en Chrome-tillägg utvecklad av mikewilusz, och dess huvudfunktion är "A helper extension for Chrome Enterprise with requirements to auto-launch Citrix Workspace after entering a managed guest session".

Tilläggsskärmbilder

screenshot

Ladda ner CTX Launcher for Managed Guest Sessions-förlängningens CRX-fil

Ladda ner CTX Launcher for Managed Guest Sessions-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn CTX Launcher for Managed Guest Sessions CTX Launcher for Managed Guest Sessions
ID jlohdpkkidomobhljjloddbjhiaphihe
Officiell webbadress https://chromewebstore.google.com/detail/ctx-launcher-for-managed/jlohdpkkidomobhljjloddbjhiaphihe
Beskrivning A helper extension for Chrome Enterprise with requirements to auto-launch Citrix Workspace after entering a managed guest session
Filstorlek 57.19 KB
Antal Installationer 11,399
Aktuell Version 1.1
Senast Uppdaterad 2019-12-18
Publiceringsdatum 2019-08-27
Utvecklare mikewilusz
Betalningssätt free
Tilläggswebbplats https://gitlab.com/pilotalb/ctx-launcher-for-managed-guest-sessions
Stödda Språk 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"
    ]
}