SAMLPeek

Decodes SAML Requests and Responses

SAMLPeekคืออะไร?

SAMLPeek เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NullOps.io และคุณลักษณะหลักของมันคือ "Decodes SAML Requests and Responses"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SAMLPeek

ดาวน์โหลดไฟล์ส่วนขยาย SAMLPeek ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SAMLPeek SAMLPeek
ID nnokdpekoeonohdegeoikddkbnlbgfmb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/samlpeek/nnokdpekoeonohdegeoikddkbnlbgfmb
คำอธิบาย Decodes SAML Requests and Responses
ขนาดไฟล์ 17.2 KB
จำนวนการติดตั้ง 248
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2015-09-09
วันที่เผยแพร่ 2015-09-07
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา NullOps.io
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SAMLPeek",
    "description": "Decodes SAML Requests and Responses",
    "version": "0.0.0.1",
    "icons": {
        "16": "icon.16.png",
        "48": "icon.48.png",
        "128": "icon.128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon.19.png",
            "38": "icon.38.png"
        },
        "default_title": "SAMLPeek",
        "default_popup": "samlpeek.html"
    },
    "background": {
        "scripts": [
            "samlpeek.background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "webRequest",
        "*:\/\/*\/"
    ]
}