Workspace ONE Finder

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

Was ist Workspace ONE Finder?

Workspace ONE Finder ist eine Chrome-Erweiterung, die von mik entwickelt wurde, und ihr Hauptmerkmal ist "Quickly open any app you have access to from VMware Workspace One".

Erweiterungsscreenshots

screenshot

Workspace ONE Finder-Erweiterungs-CRX-Datei herunterladen

Laden Sie Workspace ONE Finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Workspace ONE Finder Workspace ONE Finder
ID aehfcfgkfhkaclkhjhonjoabaklkpggc
Offizielle URL https://chromewebstore.google.com/detail/workspace-one-finder/aehfcfgkfhkaclkhjhonjoabaklkpggc
Beschreibung Quickly open any app you have access to from VMware Workspace One
Dateigröße 997 KB
Installationsanzahl 231
Aktuelle Version 1.1.0
Letztes Update 2022-04-08
Veröffentlichungsdatum 2020-05-22
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler mik
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://ws1-finder.github.io
Unterstützte Sprachen 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"
            }
        }
    }
}