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
Cos'è Google Verified Access by Duo?
Google Verified Access by Duo è un'estensione di Chrome sviluppata da https://duo.com, e la sua funzione principale è "Allows Duo Beyond customers to check the trustworthiness of Chrome OS devices using Google Verified Access. http://duo.sc/gva".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google Verified Access by Duo
Scarica i file di estensione Google Verified Access by Duo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Google Verified Access by Duo |
ID | lojeokmpinkpmpbakfkfpgfhpapbgdnd |
URL Ufficiale | https://chromewebstore.google.com/detail/google-verified-access-by/lojeokmpinkpmpbakfkfpgfhpapbgdnd |
Descrizione | Allows Duo Beyond customers to check the trustworthiness of Chrome OS devices using Google Verified Access. http://duo.sc/gva |
Dimensione del File | 24.9 KB |
Conteggio Installazioni | 53,584 |
Versione Corrente | 1.7.0 |
Ultimo Aggiornamento | 2021-04-22 |
Data di Pubblicazione | 2019-02-02 |
Valutazione | 3.77/5 Totale 57 Valutazioni |
Sviluppatore | https://duo.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://duo.com |
URL della Pagina di Aiuto | https://duo.com/support |
URL della Pagina della Politica sulla Privacy | https://duo.com/legal/privacy-notice-services |
Lingue Supportate | 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" ] } |