SAML Response Decoder

Decode and view SAML responses

Τι είναι το SAML Response Decoder;

Το SAML Response Decoder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Yasin, και η κύρια λειτουργία του είναι "Decode and view SAML responses".

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

screenshot
screenshot

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

Λήψη αρχείων επέκτασης SAML Response Decoder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        SAML Response Decoder is a Chrome extension that allows users to decode and view SAML responses locally. It's a helpful tool for support engineers, developers and administrators working with SAML for authentication and authorization.
While there are several SAML decoding tools available, the SAML Response Decoder prioritizes user privacy by not automatically detecting SAML responses during login or other operations. Instead, our tool provides a straightforward interface where users can manually paste their SAML responses for decoding. This ensures maximum control for the user and minimizes potential security or privacy concerns.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SAML Response Decoder SAML Response Decoder
ID lgjipdamfgafpllhgpopejiclgkkdakb
Επίσημο URL https://chromewebstore.google.com/detail/saml-response-decoder/lgjipdamfgafpllhgpopejiclgkkdakb
Περιγραφή Decode and view SAML responses
Μέγεθος Αρχείου 426 KB
Αριθμός Εγκαταστάσεων 137
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2023-10-30
Ημερομηνία Δημοσίευσης 2023-10-29
Προγραμματιστής Yasin
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://github.com/yasinsd/SAML-Response-Decoder/blob/main/privacy_policy.md
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SAML Response Decoder",
    "version": "1.0.0",
    "description": "Decode and view SAML responses",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png"
        }
    },
    "permissions": [],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}