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 |
Eメール | [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" } } } } |