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

Hvad er Google Verified Access by Duo?

Google Verified Access by Duo er en Chrome-udvidelse udviklet af https://duo.com, og dens hovedfunktion er "Allows Duo Beyond customers to check the trustworthiness of Chrome OS devices using Google Verified Access. http://duo.sc/gva".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Google Verified Access by Duo-udvidelses-CRX-fil

Download Google Verified Access by Duo-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Google Verified Access by Duo Google Verified Access by Duo
ID lojeokmpinkpmpbakfkfpgfhpapbgdnd
Officiel URL https://chromewebstore.google.com/detail/google-verified-access-by/lojeokmpinkpmpbakfkfpgfhpapbgdnd
Beskrivelse Allows Duo Beyond customers to check the trustworthiness of Chrome OS devices using Google Verified Access. http://duo.sc/gva
Filstørrelse 24.9 KB
Antal Installationer 53,584
Nuværende Version 1.7.0
Senest Opdateret 2021-04-22
Udgivelsesdato 2019-02-02
Bedømmelse 3.77/5 Samlet 57 Bedømmelser
Udvikler https://duo.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://duo.com
Hjælpeside-URL https://duo.com/support
URL til Fortrolighedspolitik Side https://duo.com/legal/privacy-notice-services
Understøttede Sprog 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"
    ]
}