AppSentinel

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

Wat is AppSentinel?

AppSentinel is een Chrome-extensie ontwikkeld door Duo Security, en de belangrijkste functie is "Allows Duo Security's Cloud Security team to vet new OAuth Applications for the Explicit Allow list.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AppSentinel

Download AppSentinel-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam AppSentinel AppSentinel
ID fjgmaefpikpiocfaeknkgpjeoflfpdlh
Officiële URL https://chromewebstore.google.com/detail/appsentinel/fjgmaefpikpiocfaeknkgpjeoflfpdlh
Beschrijving Allows Duo Security's Cloud Security team to vet new OAuth Applications for the Explicit Allow list.
Bestandsgrootte 11.15 KB
Aantal Installaties 126
Huidige Versie 0.0.9
Laatst Bijgewerkt 2019-12-09
Publicatiedatum 2019-12-09
Ontwikkelaar Duo Security
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://duo.com/legal/privacy-notice-services
Ondersteunde Talen 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"
}