SAML Response
See most recent SAML response
What is SAML Response?
SAML Response is a Chrome extension developed by Rivet Tools, and its main feature is "See most recent SAML response".
Extension Screenshots
Download SAML Response Extension CRX File
Download SAML Response extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
View last SAML response. Copy it to other programs, e.g. to a CLI.
Extension Basic Information
Name | SAML Response |
ID | cbenhegonmmoommjjbklhfjlgclpcong |
Official URL | https://chromewebstore.google.com/detail/saml-response/cbenhegonmmoommjjbklhfjlgclpcong |
Description | See most recent SAML response |
File Size | 1.1 MB |
Installation Count | 417 |
Current Version | 1.0.1 |
Last Updated | 2020-05-11 |
Publish Date | 2020-05-09 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Rivet Tools |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/rivethealth/chrome-saml |
Help Page URL | https://github.com/rivethealth/chrome-saml/issues |
Supported Languages | 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" } |