SAML Response
See most recent SAML response
Vad är SAML Response?
SAML Response är en Chrome-tillägg utvecklad av Rivet Tools, och dess huvudfunktion är "See most recent SAML response".
Tilläggsskärmbilder
Ladda ner SAML Response-förlängningens CRX-fil
Ladda ner SAML Response-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
View last SAML response. Copy it to other programs, e.g. to a CLI.
Grundläggande Information om Tillägg
Namn | SAML Response |
ID | cbenhegonmmoommjjbklhfjlgclpcong |
Officiell webbadress | https://chromewebstore.google.com/detail/saml-response/cbenhegonmmoommjjbklhfjlgclpcong |
Beskrivning | See most recent SAML response |
Filstorlek | 1.1 MB |
Antal Installationer | 417 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2020-05-11 |
Publiceringsdatum | 2020-05-09 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Rivet Tools |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/rivethealth/chrome-saml |
Hjälpsida URL | https://github.com/rivethealth/chrome-saml/issues |
Stödda Språk | 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" } |