Bearer/Authorization access with JWT decoder
sell Authorization token in one place
Co to jest Bearer/Authorization access with JWT decoder?
Bearer/Authorization access with JWT decoder to rozszerzenie Chrome opracowane przez Sanju, a jego główną funkcją jest „sell Authorization token in one place”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bearer/Authorization access with JWT decoder
Pobierz pliki rozszerzeń Bearer/Authorization access with JWT decoder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
It accepts Network HTTP request maily which contains authorization token in one place Decode JWT parallely JSON parser
Podstawowe informacje o rozszerzeniu
Nazwa | Bearer/Authorization access with JWT decoder |
ID | kjgcjbdbemgljjdmnemcopopifjflnfp |
Oficjalny URL | https://chromewebstore.google.com/detail/bearerauthorization-acces/kjgcjbdbemgljjdmnemcopopifjflnfp |
Opis | sell Authorization token in one place |
Rozmiar pliku | 120 KB |
Liczba instalacji | 602 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2019-04-28 |
Data Publikacji | 2019-04-24 |
Deweloper | Sanju |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } } |