Keycloak bearer token getter

Get the authentication bearer token from a configurable Keycloak instance

Keycloak bearer token getter là gì?

Keycloak bearer token getter là một tiện ích mở rộng Chrome được phát triển bởi legarsjules, và tính năng chính của nó là "Get the authentication bearer token from a configurable Keycloak instance".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Keycloak bearer token getter

Tải xuống các tệp mở rộng Keycloak bearer token getter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Keycloak bearer token getter Keycloak bearer token getter
ID ngflpmnaohiienkdjhdkekndikejaini
URL Chính Thức https://chromewebstore.google.com/detail/keycloak-bearer-token-get/ngflpmnaohiienkdjhdkekndikejaini
Mô tả Get the authentication bearer token from a configurable Keycloak instance
Kích Thước Tệp 119 KB
Số Lần Cài Đặt 163
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2023-10-10
Ngày Phát Hành 2021-02-25
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển legarsjules
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}