AppSentinel

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

Co je AppSentinel?

AppSentinel je rozšíření Chrome vyvinuté Duo Security, a jeho hlavní funkcí je „Allows Duo Security's Cloud Security team to vet new OAuth Applications for the Explicit Allow list.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření AppSentinel

Stáhněte si soubory rozšíření AppSentinel ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název AppSentinel AppSentinel
ID fjgmaefpikpiocfaeknkgpjeoflfpdlh
Oficiální URL https://chromewebstore.google.com/detail/appsentinel/fjgmaefpikpiocfaeknkgpjeoflfpdlh
Popis Allows Duo Security's Cloud Security team to vet new OAuth Applications for the Explicit Allow list.
Velikost souboru 11.15 KB
Počet instalací 126
Aktuální Verze 0.0.9
Poslední Aktualizace 2019-12-09
Datum Vydání 2019-12-09
Vývojář Duo Security
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://duo.com/legal/privacy-notice-services
Podporované Jazyky 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"
}