AppSentinel

Allows Duo Security's Cloud Security team to vet new OAuth Applications for the Explicit Allow list.

Hvad er AppSentinel?

AppSentinel er en Chrome-udvidelse udviklet af Duo Security, og dens hovedfunktion er "Allows Duo Security's Cloud Security team to vet new OAuth Applications for the Explicit Allow list.".

Udvidelsesskærmbilleder

screenshot

Download AppSentinel-udvidelses-CRX-fil

Download AppSentinel-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

                        Allows Duo Security's Cloud Security team to vet new OAuth Applications for the Explicit Allow list.                    

Grundlæggende oplysninger om udvidelsen

Navn AppSentinel AppSentinel
ID fjgmaefpikpiocfaeknkgpjeoflfpdlh
Officiel URL https://chromewebstore.google.com/detail/appsentinel/fjgmaefpikpiocfaeknkgpjeoflfpdlh
Beskrivelse Allows Duo Security's Cloud Security team to vet new OAuth Applications for the Explicit Allow list.
Filstørrelse 11.15 KB
Antal Installationer 126
Nuværende Version 0.0.9
Senest Opdateret 2019-12-09
Udgivelsesdato 2019-12-09
Udvikler Duo Security
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://duo.com/legal/privacy-notice-services
Understøttede Sprog en
manifest.json
{
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content_scripts\/OauthBlockEvent.js"
            ],
            "matches": [
                "*:\/\/accounts.google.com\/signin\/oauth\/error*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "content_scripts\/OauthConsentEvent.js"
            ],
            "matches": [
                "*:\/\/accounts.google.com\/signin\/oauth\/oauthchooseaccount*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "name": "AppSentinel",
    "permissions": [
        "https:\/\/us-central1-appsentinel.cloudfunctions.net\/report_block_event",
        "https:\/\/us-central1-appsentinel.cloudfunctions.net\/update_context_db",
        "*:\/\/accounts.google.com\/signin\/oauth\/error*",
        "*:\/\/accounts.google.com\/signin\/oauth\/oauthchooseaccount*",
        "identity",
        "identity.email"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.9"
}