SAML Response

See most recent SAML response

SAML Responseคืออะไร?

SAML Response เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rivet Tools และคุณลักษณะหลักของมันคือ "See most recent SAML response"

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

screenshot

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

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

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

                        View last SAML response. Copy it to other programs, e.g. to a CLI.                    

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

ชื่อ SAML Response SAML Response
ID cbenhegonmmoommjjbklhfjlgclpcong
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/saml-response/cbenhegonmmoommjjbklhfjlgclpcong
คำอธิบาย See most recent SAML response
ขนาดไฟล์ 1.1 MB
จำนวนการติดตั้ง 417
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2020-05-11
วันที่เผยแพร่ 2020-05-09
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Rivet Tools
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/rivethealth/chrome-saml
URL หน้าช่วยเหลือ https://github.com/rivethealth/chrome-saml/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "index.html?background",
        "persistant": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "See most recent SAML response",
    "icons": {
        "16": "asset\/icon\/16.png",
        "48": "asset\/icon\/48.png",
        "128": "asset\/icon\/128.png"
    },
    "name": "SAML Response",
    "manifest_version": 2,
    "page_action": {
        "default_icon": "asset\/icon\/16-disabled.png",
        "default_title": "No SAML response"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest"
    ],
    "version": "1.0.1"
}