AppSentinel

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

Vad är AppSentinel?

AppSentinel är en Chrome-tillägg utvecklad av Duo Security, och dess huvudfunktion är "Allows Duo Security's Cloud Security team to vet new OAuth Applications for the Explicit Allow list.".

Tilläggsskärmbilder

screenshot

Ladda ner AppSentinel-förlängningens CRX-fil

Ladda ner AppSentinel-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn AppSentinel AppSentinel
ID fjgmaefpikpiocfaeknkgpjeoflfpdlh
Officiell webbadress https://chromewebstore.google.com/detail/appsentinel/fjgmaefpikpiocfaeknkgpjeoflfpdlh
Beskrivning Allows Duo Security's Cloud Security team to vet new OAuth Applications for the Explicit Allow list.
Filstorlek 11.15 KB
Antal Installationer 126
Aktuell Version 0.0.9
Senast Uppdaterad 2019-12-09
Publiceringsdatum 2019-12-09
Utvecklare Duo Security
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://duo.com/legal/privacy-notice-services
Stödda Språk 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"
}