Bearer/Authorization access with JWT decoder
sell Authorization token in one place
Cos'è Bearer/Authorization access with JWT decoder?
Bearer/Authorization access with JWT decoder è un'estensione di Chrome sviluppata da Sanju, e la sua funzione principale è "sell Authorization token in one place".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bearer/Authorization access with JWT decoder
Scarica i file di estensione Bearer/Authorization access with JWT decoder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
It accepts Network HTTP request maily which contains authorization token in one place Decode JWT parallely JSON parser
Informazioni di Base sull'Estensione
Nome | Bearer/Authorization access with JWT decoder |
ID | kjgcjbdbemgljjdmnemcopopifjflnfp |
URL Ufficiale | https://chromewebstore.google.com/detail/bearerauthorization-acces/kjgcjbdbemgljjdmnemcopopifjflnfp |
Descrizione | sell Authorization token in one place |
Dimensione del File | 120 KB |
Conteggio Installazioni | 602 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2019-04-28 |
Data di Pubblicazione | 2019-04-24 |
Sviluppatore | Sanju |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Sanju", "name": "Bearer\/Authorization access with JWT decoder", "description": "sell Authorization token in one place", "version": "1.0.1", "icons": { "128": "auther.png" }, "permissions": [ "activeTab", "*:\/\/*\/*", "webRequest", "storage" ], "browser_action": { "default_icon": "Red_pin.ico", "default_title": "Bearer\/Authorization accessor with JWT decoder and JSON Lint", "default_popup": "blank.html" }, "background": { "scripts": [ "background.js" ] } } |