Workspace ONE Finder
Quickly open any app you have access to from VMware Workspace One
Workspace ONE Finder क्या है?
Workspace ONE Finder mik द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly open any app you have access to from VMware Workspace One"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Workspace ONE Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } } } |