AppSentinel

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

Was ist AppSentinel?

AppSentinel ist eine Chrome-Erweiterung, die von Duo Security entwickelt wurde, und ihr Hauptmerkmal ist "Allows Duo Security's Cloud Security team to vet new OAuth Applications for the Explicit Allow list.".

Erweiterungsscreenshots

screenshot

AppSentinel-Erweiterungs-CRX-Datei herunterladen

Laden Sie AppSentinel-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name AppSentinel AppSentinel
ID fjgmaefpikpiocfaeknkgpjeoflfpdlh
Offizielle URL https://chromewebstore.google.com/detail/appsentinel/fjgmaefpikpiocfaeknkgpjeoflfpdlh
Beschreibung Allows Duo Security's Cloud Security team to vet new OAuth Applications for the Explicit Allow list.
Dateigröße 11.15 KB
Installationsanzahl 126
Aktuelle Version 0.0.9
Letztes Update 2019-12-09
Veröffentlichungsdatum 2019-12-09
Entwickler Duo Security
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://duo.com/legal/privacy-notice-services
Unterstützte Sprachen 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"
}