SAML Response Decoder

Decode and view SAML responses

什麼是SAML Response Decoder?

SAML Response Decoder是由Yasin開發的Chrome擴展程式,該擴展的主要功能是“Decode and view SAML responses”。

擴展截圖

screenshot
screenshot

下載SAML Response Decoder擴展crx文件

下載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
官方網址 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"
    }
}