SAML Response
See most recent SAML response
SAML Responseとは何ですか?
SAML ResponseはRivet Toolsによって開発されたChromeの拡張機能で、その主な機能は「See most recent SAML response」です。
拡張機能のスクリーンショット
SAML Response拡張機能のCRXファイルをダウンロード
SAML Response拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
View last SAML response. Copy it to other programs, e.g. to a CLI.
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } |