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 |
电子邮箱 | [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" } |