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是由https://duo.com开发的Chrome扩展程序,该扩展的主要功能是“Allows Duo Beyond customers to check the trustworthiness of Chrome OS devices using Google Verified Access. http://duo.sc/gva”。

扩展截图

screenshot
screenshot
screenshot

下载Google Verified Access by Duo扩展crx文件

下载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 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"
    ]
}