AppSentinel

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

Qu'est-ce que AppSentinel ?

AppSentinel est une extension Chrome développée par Duo Security, et sa fonction principale est "Allows Duo Security's Cloud Security team to vet new OAuth Applications for the Explicit Allow list.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AppSentinel

Téléchargez les fichiers d'extension AppSentinel au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom AppSentinel AppSentinel
ID fjgmaefpikpiocfaeknkgpjeoflfpdlh
URL Officiel https://chromewebstore.google.com/detail/appsentinel/fjgmaefpikpiocfaeknkgpjeoflfpdlh
Description Allows Duo Security's Cloud Security team to vet new OAuth Applications for the Explicit Allow list.
Taille du Fichier 11.15 KB
Nombre d'Installations 126
Version Actuelle 0.0.9
Dernière Mise à Jour 2019-12-09
Date de Publication 2019-12-09
Développeur Duo Security
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://duo.com/legal/privacy-notice-services
Langues Prises en Charge 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"
}