Bearer/Authorization access with JWT decoder
sell Authorization token in one place
Bearer/Authorization access with JWT decoderคืออะไร?
Bearer/Authorization access with JWT decoder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sanju และคุณลักษณะหลักของมันคือ "sell Authorization token in one place"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bearer/Authorization access with JWT decoder
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" ] } } |