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 |
| 官方網址 | 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",
"*:\/\/*\/"
]
} | |