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