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
O que é Google Verified Access by Duo?
Google Verified Access by Duo é uma extensão do Chrome desenvolvida por https://duo.com, e sua principal característica é "Allows Duo Beyond customers to check the trustworthiness of Chrome OS devices using Google Verified Access. http://duo.sc/gva".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Google Verified Access by Duo
Baixe arquivos de extensão Google Verified Access by Duo no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Google Verified Access by Duo |
ID | lojeokmpinkpmpbakfkfpgfhpapbgdnd |
URL Oficial | https://chromewebstore.google.com/detail/google-verified-access-by/lojeokmpinkpmpbakfkfpgfhpapbgdnd |
Descrição | Allows Duo Beyond customers to check the trustworthiness of Chrome OS devices using Google Verified Access. http://duo.sc/gva |
Tamanho do Arquivo | 24.9 KB |
Contagem de Instalações | 53,584 |
Versão Atual | 1.7.0 |
Última Atualização | 2021-04-22 |
Data de Publicação | 2019-02-02 |
Classificação | 3.77/5 Total de 57 Avaliações |
Desenvolvedor | https://duo.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://duo.com |
URL da Página de Ajuda | https://duo.com/support |
URL da Página de Política de Privacidade | https://duo.com/legal/privacy-notice-services |
Idiomas Suportados | 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" ] } |