Bearer/Authorization access with JWT decoder

sell Authorization token in one place

Apa itu Bearer/Authorization access with JWT decoder?

Bearer/Authorization access with JWT decoder adalah ekstensi Chrome yang dikembangkan oleh Sanju, dan fitur utamanya adalah "sell Authorization token in one place".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Bearer/Authorization access with JWT decoder

Unduh file ekstensi Bearer/Authorization access with JWT decoder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Bearer/Authorization access with JWT decoder Bearer/Authorization access with JWT decoder
ID kjgcjbdbemgljjdmnemcopopifjflnfp
URL Resmi https://chromewebstore.google.com/detail/bearerauthorization-acces/kjgcjbdbemgljjdmnemcopopifjflnfp
Deskripsi sell Authorization token in one place
Ukuran File 120 KB
Jumlah Instalasi 602
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2019-04-28
Tanggal Publikasi 2019-04-24
Pengembang Sanju
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}