Bearer/Authorization access with JWT decoder

sell Authorization token in one place

Hvad er Bearer/Authorization access with JWT decoder?

Bearer/Authorization access with JWT decoder er en Chrome-udvidelse udviklet af Sanju, og dens hovedfunktion er "sell Authorization token in one place".

Udvidelsesskærmbilleder

screenshot

Download Bearer/Authorization access with JWT decoder-udvidelses-CRX-fil

Download Bearer/Authorization access with JWT decoder-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Bearer/Authorization access with JWT decoder Bearer/Authorization access with JWT decoder
ID kjgcjbdbemgljjdmnemcopopifjflnfp
Officiel URL https://chromewebstore.google.com/detail/bearerauthorization-acces/kjgcjbdbemgljjdmnemcopopifjflnfp
Beskrivelse sell Authorization token in one place
Filstørrelse 120 KB
Antal Installationer 602
Nuværende Version 1.0.1
Senest Opdateret 2019-04-28
Udgivelsesdato 2019-04-24
Udvikler Sanju
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}