Workspace ONE Finder
Quickly open any app you have access to from VMware Workspace One
什么是Workspace ONE Finder?
Workspace ONE Finder是由mik开发的Chrome扩展程序,该扩展的主要功能是“Quickly open any app you have access to from VMware Workspace One”。
扩展截图
下载Workspace ONE Finder扩展crx文件
下载Workspace ONE Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Workspace ONE Finder |
ID | aehfcfgkfhkaclkhjhonjoabaklkpggc |
官方URL | https://chromewebstore.google.com/detail/workspace-one-finder/aehfcfgkfhkaclkhjhonjoabaklkpggc |
简介 | Quickly open any app you have access to from VMware Workspace One |
文件大小 | 997 KB |
安装次数 | 231 |
当前版本 | 1.1.0 |
更新时间 | 2022-04-08 |
上架时间 | 2020-05-22 |
评分 | 5.00/5 共2次评分 |
开发者 | mik |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://ws1-finder.github.io |
支持的语言 | 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" } } } } |