Bearer/Authorization access with JWT decoder

sell Authorization token in one place

Bearer/Authorization access with JWT decoder là gì?

Bearer/Authorization access with JWT decoder là một tiện ích mở rộng Chrome được phát triển bởi Sanju, và tính năng chính của nó là "sell Authorization token in one place".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bearer/Authorization access with JWT decoder

Tải xuống các tệp mở rộng Bearer/Authorization access with JWT decoder 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

                        It accepts Network HTTP request maily which contains authorization token in one place 
Decode JWT parallely 
JSON parser                    

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

Tên Bearer/Authorization access with JWT decoder Bearer/Authorization access with JWT decoder
ID kjgcjbdbemgljjdmnemcopopifjflnfp
URL Chính Thức https://chromewebstore.google.com/detail/bearerauthorization-acces/kjgcjbdbemgljjdmnemcopopifjflnfp
Mô tả sell Authorization token in one place
Kích Thước Tệp 120 KB
Số Lần Cài Đặt 602
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2019-04-28
Ngày Phát Hành 2019-04-24
Nhà Phát Triển Sanju
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": 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"
        ]
    }
}