Workspace ONE Finder

Quickly open any app you have access to from VMware Workspace One

Cos'è Workspace ONE Finder?

Workspace ONE Finder è un'estensione di Chrome sviluppata da mik, e la sua funzione principale è "Quickly open any app you have access to from VMware Workspace One".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Workspace ONE Finder

Scarica i file di estensione Workspace ONE Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension lets you sign into applications to which you are entitled on Workspace One. 

Currently only shows applications that can be launched via your browser (i.e. not Horizon applications)

The extension is installed with a suggested shortcut of Ctrl/Cmd+Shift+K. 

Shortcuts are managed by chrome: chrome://extensions/shortcuts                    

Informazioni di Base sull'Estensione

Nome Workspace ONE Finder Workspace ONE Finder
ID aehfcfgkfhkaclkhjhonjoabaklkpggc
URL Ufficiale https://chromewebstore.google.com/detail/workspace-one-finder/aehfcfgkfhkaclkhjhonjoabaklkpggc
Descrizione Quickly open any app you have access to from VMware Workspace One
Dimensione del File 997 KB
Conteggio Installazioni 231
Versione Corrente 1.1.0
Ultimo Aggiornamento 2022-04-08
Data di Pubblicazione 2020-05-22
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore mik
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ws1-finder.github.io
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Workspace ONE Finder",
    "version": "1.1.0",
    "version_name": "1.1.0",
    "manifest_version": 2,
    "description": "Quickly open any app you have access to from VMware Workspace One",
    "homepage_url": "https:\/\/ws1-finder.github.io",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [],
    "default_locale": "en",
    "browser_action": {
        "default_popup": "index.html"
    },
    "optional_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "storage",
        "https:\/\/*.workspaceair.com\/*"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Ctrl+Shift+K"
            }
        }
    }
}