AppSentinel

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

Τι είναι το AppSentinel;

Το AppSentinel είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Duo Security, και η κύρια λειτουργία του είναι "Allows Duo Security's Cloud Security team to vet new OAuth Applications for the Explicit Allow list.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης AppSentinel

Λήψη αρχείων επέκτασης 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
Επίσημο URL 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"
}