Bearer/Authorization access with JWT decoder

sell Authorization token in one place

Bearer/Authorization access with JWT decoderとは何ですか?

Bearer/Authorization access with JWT decoderはSanjuによって開発されたChromeの拡張機能で、その主な機能は「sell Authorization token in one place」です。

拡張機能のスクリーンショット

screenshot

Bearer/Authorization access with JWT decoder拡張機能のCRXファイルをダウンロード

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 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
Eメール [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"
        ]
    }
}