AppSentinel

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

What is AppSentinel?

AppSentinel is a Chrome extension developed by Duo Security, and its main feature is "Allows Duo Security's Cloud Security team to vet new OAuth Applications for the Explicit Allow list.".

Extension Screenshots

screenshot

Download AppSentinel Extension CRX File

Download AppSentinel extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name AppSentinel AppSentinel
ID fjgmaefpikpiocfaeknkgpjeoflfpdlh
Official URL 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.
File Size 11.15 KB
Installation Count 126
Current Version 0.0.9
Last Updated 2019-12-09
Publish Date 2019-12-09
Developer Duo Security
Email [email protected]
Payment Type free
Privacy Policy Page URL https://duo.com/legal/privacy-notice-services
Supported Languages 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"
}