JumpCloud Go™

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

Qu'est-ce que JumpCloud Go™ ?

JumpCloud Go™ est une extension Chrome développée par JumpCloud, et sa fonction principale est "JumpCloud Go™ enables faster, safer, seamless user authentication. Enhance security and productivity without compromise.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension JumpCloud Go™

Téléchargez les fichiers d'extension JumpCloud Go™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom JumpCloud Go™ JumpCloud Go™
ID jdoahkhfkeipblhbhppmcbdgapeoaopa
URL Officiel https://chromewebstore.google.com/detail/jumpcloud-go/jdoahkhfkeipblhbhppmcbdgapeoaopa
Description JumpCloud Go™ enables faster, safer, seamless user authentication. Enhance security and productivity without compromise.
Taille du Fichier 22.72 KB
Nombre d'Installations 20,000
Version Actuelle 1.1.8
Dernière Mise à Jour 2024-02-21
Date de Publication 2023-09-08
Évaluation 5.00/5 Total 4 Évaluations
Développeur JumpCloud
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://jumpcloud.com/
URL de la Page d'Aide https://support.jumpcloud.com/
URL de la Page de Politique de Confidentialité https://jumpcloud.com/privacy
Langues Prises en Charge 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"
}