JumpCloud Go™

JumpCloud Go™ enables faster, safer, seamless user authentication. Enhance security and productivity without compromise.

JumpCloud Go™란 무엇입니까?

JumpCloud Go™은(는) JumpCloud에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "JumpCloud Go™ enables faster, safer, seamless user authentication. Enhance security and productivity without compromise."입니다.

확장 프로그램 스크린샷

screenshot

JumpCloud Go™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Enable faster, safer, and frictionless user authentication with JumpCloud Go™. Seamlessly connect users from a trusted device to any JumpCloud managed resource using hardware backed device platform authentication with biometric support. Reduce the risk of phishing or other credential based threats by streamlining authentication workflows and reducing user authentication fatigue.

If this extension is installed on a JumpCloud-managed device that is enrolled in an organization with the JumpCloud Go feature enabled, users working from their JumpCloud managed device accounts will be able to authenticate to their JumpCloud protected web-based resources using JumpCloud Go. 

Currently, this extension is supported on MacOS and Windows devices.                    

확장 프로그램 기본 정보

이름 JumpCloud Go™ JumpCloud Go™
ID jdoahkhfkeipblhbhppmcbdgapeoaopa
공식 URL https://chromewebstore.google.com/detail/jumpcloud-go/jdoahkhfkeipblhbhppmcbdgapeoaopa
설명 JumpCloud Go™ enables faster, safer, seamless user authentication. Enhance security and productivity without compromise.
파일 크기 22.72 KB
설치 횟수 20,000
현재 버전 1.1.8
최근 업데이트 2024-02-21
출시 날짜 2023-09-08
평점 5.00/5 총 4 개의 평점
개발자 JumpCloud
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://jumpcloud.com/
도움말 페이지 URL https://support.jumpcloud.com/
개인정보 보호 정책 페이지 URL https://jumpcloud.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JumpCloud Go\u2122",
    "description": "JumpCloud Go\u2122 enables faster, safer, seamless user authentication. Enhance security and productivity without compromise.",
    "manifest_version": 3,
    "action": {
        "default_title": "JumpCloud Go\u2122",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": "icons\/logo_16.png",
        "32": "icons\/logo_32.png",
        "48": "icons\/logo_48.png",
        "128": "icons\/logo_128.png"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "nativeMessaging",
        "scripting",
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/*\/"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.jumpcloud.com\/*",
            "https:\/\/*.jumpcloud.local\/*",
            "https:\/\/*.jclabs.dev\/*",
            "http:\/\/127.0.0.1:5500\/*",
            "http:\/\/localhost:5500\/*"
        ]
    },
    "version": "1.1.8"
}