SAML Response Decoder

Decode and view SAML responses

Co to jest SAML Response Decoder?

SAML Response Decoder to rozszerzenie Chrome opracowane przez Yasin, a jego główną funkcją jest „Decode and view SAML responses”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia SAML Response Decoder

Pobierz pliki rozszerzeń SAML Response Decoder 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa SAML Response Decoder SAML Response Decoder
ID lgjipdamfgafpllhgpopejiclgkkdakb
Oficjalny URL https://chromewebstore.google.com/detail/saml-response-decoder/lgjipdamfgafpllhgpopejiclgkkdakb
Opis Decode and view SAML responses
Rozmiar pliku 426 KB
Liczba instalacji 137
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2023-10-30
Data Publikacji 2023-10-29
Deweloper Yasin
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://github.com/yasinsd/SAML-Response-Decoder/blob/main/privacy_policy.md
Obsługiwane Języki 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"
    }
}