Workspace ONE Finder

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

Qu'est-ce que Workspace ONE Finder ?

Workspace ONE Finder est une extension Chrome développée par mik, et sa fonction principale est "Quickly open any app you have access to from VMware Workspace One".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Workspace ONE Finder

Téléchargez les fichiers d'extension Workspace ONE Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Workspace ONE Finder Workspace ONE Finder
ID aehfcfgkfhkaclkhjhonjoabaklkpggc
URL Officiel https://chromewebstore.google.com/detail/workspace-one-finder/aehfcfgkfhkaclkhjhonjoabaklkpggc
Description Quickly open any app you have access to from VMware Workspace One
Taille du Fichier 997 KB
Nombre d'Installations 231
Version Actuelle 1.1.0
Dernière Mise à Jour 2022-04-08
Date de Publication 2020-05-22
Évaluation 5.00/5 Total 2 Évaluations
Développeur mik
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ws1-finder.github.io
Langues Prises en Charge 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"
            }
        }
    }
}