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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } } |