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

什麼是CTX Launcher for Managed Guest Sessions?

CTX Launcher for Managed Guest Sessions是由mikewilusz開發的Chrome擴展程式,該擴展的主要功能是“A helper extension for Chrome Enterprise with requirements to auto-launch Citrix Workspace after entering a managed guest session”。

擴展截圖

screenshot

下載CTX Launcher for Managed Guest Sessions擴展crx文件

下載CTX Launcher for Managed Guest Sessions擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 CTX Launcher for Managed Guest Sessions CTX Launcher for Managed Guest Sessions
ID jlohdpkkidomobhljjloddbjhiaphihe
官方網址 https://chromewebstore.google.com/detail/ctx-launcher-for-managed/jlohdpkkidomobhljjloddbjhiaphihe
簡介 A helper extension for Chrome Enterprise with requirements to auto-launch Citrix Workspace after entering a managed guest session
檔案大小 57.19 KB
安裝次數 11,399
目前版本 1.1
更新時間 2019-12-18
上架時間 2019-08-27
開發者 mikewilusz
付費類型 free
擴展官網 https://gitlab.com/pilotalb/ctx-launcher-for-managed-guest-sessions
支援的語言 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"
    ]
}