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

What is Google Verified Access by Duo?

Google Verified Access by Duo is a Chrome extension developed by https://duo.com, and its main feature is "Allows Duo Beyond customers to check the trustworthiness of Chrome OS devices using Google Verified Access. http://duo.sc/gva".

Extension Screenshots

screenshot
screenshot
screenshot

Download Google Verified Access by Duo Extension CRX File

Download Google Verified Access by Duo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Google Verified Access by Duo Google Verified Access by Duo
ID lojeokmpinkpmpbakfkfpgfhpapbgdnd
Official URL https://chromewebstore.google.com/detail/google-verified-access-by/lojeokmpinkpmpbakfkfpgfhpapbgdnd
Description Allows Duo Beyond customers to check the trustworthiness of Chrome OS devices using Google Verified Access. http://duo.sc/gva
File Size 24.9 KB
Installation Count 53,584
Current Version 1.7.0
Last Updated 2021-04-22
Publish Date 2019-02-02
Rating 3.77/5 Total 57 Ratings
Developer https://duo.com
Email [email protected]
Payment Type free
Extension Website https://duo.com
Help Page URL https://duo.com/support
Privacy Policy Page URL https://duo.com/legal/privacy-notice-services
Supported Languages 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"
    ]
}