AppSentinel

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

什么是AppSentinel?

AppSentinel是由Duo Security开发的Chrome扩展程序,该扩展的主要功能是“Allows Duo Security's Cloud Security team to vet new OAuth Applications for the Explicit Allow list.”。

扩展截图

screenshot

下载AppSentinel扩展crx文件

下载AppSentinel扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 AppSentinel AppSentinel
ID fjgmaefpikpiocfaeknkgpjeoflfpdlh
官方URL https://chromewebstore.google.com/detail/appsentinel/fjgmaefpikpiocfaeknkgpjeoflfpdlh
简介 Allows Duo Security's Cloud Security team to vet new OAuth Applications for the Explicit Allow list.
文件大小 11.15 KB
安装次数 126
当前版本 0.0.9
更新时间 2019-12-09
上架时间 2019-12-09
开发者 Duo Security
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://duo.com/legal/privacy-notice-services
支持的语言 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"
}