SAML Response Decoder

Decode and view SAML responses

Apa itu SAML Response Decoder?

SAML Response Decoder adalah ekstensi Chrome yang dikembangkan oleh Yasin, dan fitur utamanya adalah "Decode and view SAML responses".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi SAML Response Decoder

Unduh file ekstensi SAML Response Decoder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SAML Response Decoder SAML Response Decoder
ID lgjipdamfgafpllhgpopejiclgkkdakb
URL Resmi https://chromewebstore.google.com/detail/saml-response-decoder/lgjipdamfgafpllhgpopejiclgkkdakb
Deskripsi Decode and view SAML responses
Ukuran File 426 KB
Jumlah Instalasi 137
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2023-10-30
Tanggal Publikasi 2023-10-29
Pengembang Yasin
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://github.com/yasinsd/SAML-Response-Decoder/blob/main/privacy_policy.md
Bahasa yang Didukung 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"
    }
}