AppSentinel

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

Cos'è AppSentinel?

AppSentinel è un'estensione di Chrome sviluppata da Duo Security, e la sua funzione principale è "Allows Duo Security's Cloud Security team to vet new OAuth Applications for the Explicit Allow list.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AppSentinel

Scarica i file di estensione AppSentinel in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome AppSentinel AppSentinel
ID fjgmaefpikpiocfaeknkgpjeoflfpdlh
URL Ufficiale https://chromewebstore.google.com/detail/appsentinel/fjgmaefpikpiocfaeknkgpjeoflfpdlh
Descrizione Allows Duo Security's Cloud Security team to vet new OAuth Applications for the Explicit Allow list.
Dimensione del File 11.15 KB
Conteggio Installazioni 126
Versione Corrente 0.0.9
Ultimo Aggiornamento 2019-12-09
Data di Pubblicazione 2019-12-09
Sviluppatore Duo Security
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://duo.com/legal/privacy-notice-services
Lingue Supportate 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"
}