Bearer/Authorization access with JWT decoder

sell Authorization token in one place

Wat is Bearer/Authorization access with JWT decoder?

Bearer/Authorization access with JWT decoder is een Chrome-extensie ontwikkeld door Sanju, en de belangrijkste functie is "sell Authorization token in one place".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bearer/Authorization access with JWT decoder

Download Bearer/Authorization access with JWT decoder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Bearer/Authorization access with JWT decoder Bearer/Authorization access with JWT decoder
ID kjgcjbdbemgljjdmnemcopopifjflnfp
Officiële URL https://chromewebstore.google.com/detail/bearerauthorization-acces/kjgcjbdbemgljjdmnemcopopifjflnfp
Beschrijving sell Authorization token in one place
Bestandsgrootte 120 KB
Aantal Installaties 602
Huidige Versie 1.0.1
Laatst Bijgewerkt 2019-04-28
Publicatiedatum 2019-04-24
Ontwikkelaar Sanju
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}