Workspace ONE Finder

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

¿Qué es Workspace ONE Finder?

Workspace ONE Finder es una extensión de Chrome desarrollada por mik, y su función principal es "Quickly open any app you have access to from VMware Workspace One".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Workspace ONE Finder

Descarga archivos de extensión Workspace ONE Finder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Workspace ONE Finder Workspace ONE Finder
ID aehfcfgkfhkaclkhjhonjoabaklkpggc
URL Oficial https://chromewebstore.google.com/detail/workspace-one-finder/aehfcfgkfhkaclkhjhonjoabaklkpggc
Descripción Quickly open any app you have access to from VMware Workspace One
Tamaño del Archivo 997 KB
Cantidad de Instalaciones 231
Versión Actual 1.1.0
Última Actualización 2022-04-08
Fecha de Publicación 2020-05-22
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador mik
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://ws1-finder.github.io
Idiomas Soportados 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"
            }
        }
    }
}