SAMLPeek
Decodes SAML Requests and Responses
SAMLPeekとは何ですか?
SAMLPeekはNullOps.ioによって開発されたChromeの拡張機能で、その主な機能は「Decodes SAML Requests and Responses」です。
拡張機能のスクリーンショット
SAMLPeek拡張機能のCRXファイルをダウンロード
SAMLPeek拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| 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",
"*:\/\/*\/"
]
} | |