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文件

下載JumpCloud Go™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}