AppSentinel

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

Apa itu AppSentinel?

AppSentinel adalah ekstensi Chrome yang dikembangkan oleh Duo Security, dan fitur utamanya adalah "Allows Duo Security's Cloud Security team to vet new OAuth Applications for the Explicit Allow list.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi AppSentinel

Unduh file ekstensi AppSentinel dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama AppSentinel AppSentinel
ID fjgmaefpikpiocfaeknkgpjeoflfpdlh
URL Resmi https://chromewebstore.google.com/detail/appsentinel/fjgmaefpikpiocfaeknkgpjeoflfpdlh
Deskripsi Allows Duo Security's Cloud Security team to vet new OAuth Applications for the Explicit Allow list.
Ukuran File 11.15 KB
Jumlah Instalasi 126
Versi Saat Ini 0.0.9
Terakhir Diperbarui 2019-12-09
Tanggal Publikasi 2019-12-09
Pengembang Duo Security
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://duo.com/legal/privacy-notice-services
Bahasa yang Didukung 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"
}