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
官方網址 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"
}