Keycloak bearer token getter
Get the authentication bearer token from a configurable Keycloak instance
ما هو Keycloak bearer token getter؟
Keycloak bearer token getter هو إضافة Chrome تم تطويرها بواسطة legarsjules، والميزة الرئيسية لها هي "Get the authentication bearer token from a configurable Keycloak instance".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Keycloak bearer token getter
قم بتنزيل ملفات الامتداد Keycloak bearer token getter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension let you the possibility to get an authentication token and a decoded token from a Keycloak server. You can save configuration to be able to get tokens from different server. معلومات أساسية عن التمديد
| الاسم | |
| ID | ngflpmnaohiienkdjhdkekndikejaini |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/keycloak-bearer-token-get/ngflpmnaohiienkdjhdkekndikejaini |
| الوصف | Get the authentication bearer token from a configurable Keycloak instance |
| حجم الملف | 119 KB |
| عدد التثبيتات | 163 |
| النسخة الحالية | 1.0.3 |
| آخر تحديث | 2023-10-10 |
| تاريخ النشر | 2021-02-25 |
| تقييم | 5.00/5 مجموع تقييمات 2 |
| المطور | legarsjules |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Keycloak bearer token getter",
"version": "1.0.3",
"description": "Get the authentication bearer token from a configurable Keycloak instance",
"permissions": [
"storage",
"identity"
],
"options_page": "src\/pages\/options\/index.html",
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_icon": "icon_32px.png"
},
"icons": {
"128": "icon_128px.png"
},
"devtools_page": "src\/pages\/devtools\/index.html",
"web_accessible_resources": [
{
"resources": [
"assets\/js\/*.js",
"assets\/css\/*.css",
"icon_128px.png",
"icon_32px.png"
],
"matches": [
"*:\/\/*\/*"
]
}
]
} | |