SAML Response Decoder
Decode and view SAML responses
SAML Response Decoderคืออะไร?
SAML Response Decoder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yasin และคุณลักษณะหลักของมันคือ "Decode and view SAML responses"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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" } } |