SAML Response

See most recent SAML response

SAML Response là gì?

SAML Response là một tiện ích mở rộng Chrome được phát triển bởi Rivet Tools, và tính năng chính của nó là "See most recent SAML response".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SAML Response

Tải xuống các tệp mở rộng SAML Response dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SAML Response SAML Response
ID cbenhegonmmoommjjbklhfjlgclpcong
URL Chính Thức https://chromewebstore.google.com/detail/saml-response/cbenhegonmmoommjjbklhfjlgclpcong
Mô tả See most recent SAML response
Kích Thước Tệp 1.1 MB
Số Lần Cài Đặt 417
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2020-05-11
Ngày Phát Hành 2020-05-09
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Rivet Tools
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/rivethealth/chrome-saml
URL Trang Trợ Giúp https://github.com/rivethealth/chrome-saml/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}