AppSentinel

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

Co to jest AppSentinel?

AppSentinel to rozszerzenie Chrome opracowane przez Duo Security, a jego główną funkcją jest „Allows Duo Security's Cloud Security team to vet new OAuth Applications for the Explicit Allow list.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia AppSentinel

Pobierz pliki rozszerzeń AppSentinel w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa AppSentinel AppSentinel
ID fjgmaefpikpiocfaeknkgpjeoflfpdlh
Oficjalny URL https://chromewebstore.google.com/detail/appsentinel/fjgmaefpikpiocfaeknkgpjeoflfpdlh
Opis Allows Duo Security's Cloud Security team to vet new OAuth Applications for the Explicit Allow list.
Rozmiar pliku 11.15 KB
Liczba instalacji 126
Aktualna Wersja 0.0.9
Ostatnia Aktualizacja 2019-12-09
Data Publikacji 2019-12-09
Deweloper Duo Security
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://duo.com/legal/privacy-notice-services
Obsługiwane Języki 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"
}