Bearer/Authorization access with JWT decoder
sell Authorization token in one place
什麼是Bearer/Authorization access with JWT decoder?
Bearer/Authorization access with JWT decoder是由Sanju開發的Chrome擴展程式,該擴展的主要功能是“sell Authorization token in one place”。
擴展截圖
下載Bearer/Authorization access with JWT decoder擴展crx文件
下載Bearer/Authorization access with JWT decoder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
It accepts Network HTTP request maily which contains authorization token in one place Decode JWT parallely JSON parser
擴展基本資訊
名稱 | Bearer/Authorization access with JWT decoder |
ID | kjgcjbdbemgljjdmnemcopopifjflnfp |
官方網址 | https://chromewebstore.google.com/detail/bearerauthorization-acces/kjgcjbdbemgljjdmnemcopopifjflnfp |
簡介 | sell Authorization token in one place |
檔案大小 | 120 KB |
安裝次數 | 602 |
目前版本 | 1.0.1 |
更新時間 | 2019-04-28 |
上架時間 | 2019-04-24 |
開發者 | Sanju |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } } |