Google Verified Access by Duo
Allows Duo Beyond customers to check the trustworthiness of Chrome OS devices using Google Verified Access. http://duo.sc/gva
Τι είναι το Google Verified Access by Duo;
Το Google Verified Access by Duo είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://duo.com, και η κύρια λειτουργία του είναι "Allows Duo Beyond customers to check the trustworthiness of Chrome OS devices using Google Verified Access. http://duo.sc/gva".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Google Verified Access by Duo
Λήψη αρχείων επέκτασης Google Verified Access by Duo σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Google's Verified Access is hardware-backed method of device identity and status confirmation. When a user authenticates via the Duo Prompt using a Chromebook, Google Verified Access attests that the Chromebook is enrolled in enterprise device management and is thus compliant with all enterprise policies. Privacy Policy: https://duo.com/legal/privacy-notice-services Trusted Endpoint Documentation: https://duo.com/docs/trusted-endpoints-google-verified
Βασικές Πληροφορίες Επέκτασης
Όνομα | Google Verified Access by Duo |
ID | lojeokmpinkpmpbakfkfpgfhpapbgdnd |
Επίσημο URL | https://chromewebstore.google.com/detail/google-verified-access-by/lojeokmpinkpmpbakfkfpgfhpapbgdnd |
Περιγραφή | Allows Duo Beyond customers to check the trustworthiness of Chrome OS devices using Google Verified Access. http://duo.sc/gva |
Μέγεθος Αρχείου | 24.9 KB |
Αριθμός Εγκαταστάσεων | 53,584 |
Τρέχουσα Έκδοση | 1.7.0 |
Τελευταία Ενημέρωση | 2021-04-22 |
Ημερομηνία Δημοσίευσης | 2019-02-02 |
Αξιολόγηση | 3.77/5 Συνολικά 57 Αξιολογήσεις |
Προγραμματιστής | https://duo.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://duo.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://duo.com/support |
URL της Σελίδας Πολιτικής Απορρήτου | https://duo.com/legal/privacy-notice-services |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "background": { "scripts": [ "platform.js", "background.js" ] }, "content_security_policy": "script-src 'self' http:\/\/localhost:*; object-src 'self'", "description": "Allows Duo Beyond customers to check the trustworthiness of Chrome OS devices using Google Verified Access. http:\/\/duo.sc\/gva", "externally_connectable": { "matches": [ "*:\/\/*.duosec.org\/*", "*:\/\/*.duosecurity.com\/*", "*:\/\/*.duo.test\/*" ] }, "icons": { "16": "icon16.png", "19": "icon19.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "name": "Google Verified Access by Duo", "permissions": [ "https:\/\/*.duosec.org\/*", "https:\/\/*.duosecurity.com\/*", "https:\/\/*.duo.test\/*", "enterprise.platformKeys", "identity", "identity.email" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.7.0", "web_accessible_resources": [ "icon19.png" ] } |