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"입니다.

확장 프로그램 스크린샷

screenshot

Workspace ONE Finder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
            }
        }
    }
}