AppSentinel

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

AppSentinel là gì?

AppSentinel là một tiện ích mở rộng Chrome được phát triển bởi Duo Security, và tính năng chính của nó là "Allows Duo Security's Cloud Security team to vet new OAuth Applications for the Explicit Allow list.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AppSentinel

Tải xuống các tệp mở rộng AppSentinel dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AppSentinel AppSentinel
ID fjgmaefpikpiocfaeknkgpjeoflfpdlh
URL Chính Thức https://chromewebstore.google.com/detail/appsentinel/fjgmaefpikpiocfaeknkgpjeoflfpdlh
Mô tả Allows Duo Security's Cloud Security team to vet new OAuth Applications for the Explicit Allow list.
Kích Thước Tệp 11.15 KB
Số Lần Cài Đặt 126
Phiên Bản Hiện Tại 0.0.9
Cập Nhật Lần Cuối 2019-12-09
Ngày Phát Hành 2019-12-09
Nhà Phát Triển Duo Security
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://duo.com/legal/privacy-notice-services
Ngôn Ngữ Được Hỗ Trợ 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"
}