Workspace ONE Finder
Quickly open any app you have access to from VMware Workspace One
ما هو Workspace ONE Finder؟
Workspace ONE Finder هو إضافة Chrome تم تطويرها بواسطة mik، والميزة الرئيسية لها هي "Quickly open any app you have access to from VMware Workspace One".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Workspace ONE Finder
قم بتنزيل ملفات الامتداد Workspace ONE Finder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } } } } |