JumpCloud Go™
JumpCloud Go™ enables faster, safer, seamless user authentication. Enhance security and productivity without compromise.
JumpCloud Go™ क्या है?
JumpCloud Go™ JumpCloud द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "JumpCloud Go™ enables faster, safer, seamless user authentication. Enhance security and productivity without compromise."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में JumpCloud Go™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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™ |
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" } |