Bearer/Authorization access with JWT decoder

sell Authorization token in one place

Qu'est-ce que Bearer/Authorization access with JWT decoder ?

Bearer/Authorization access with JWT decoder est une extension Chrome développée par Sanju, et sa fonction principale est "sell Authorization token in one place".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bearer/Authorization access with JWT decoder

Téléchargez les fichiers d'extension Bearer/Authorization access with JWT decoder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Bearer/Authorization access with JWT decoder Bearer/Authorization access with JWT decoder
ID kjgcjbdbemgljjdmnemcopopifjflnfp
URL Officiel https://chromewebstore.google.com/detail/bearerauthorization-acces/kjgcjbdbemgljjdmnemcopopifjflnfp
Description sell Authorization token in one place
Taille du Fichier 120 KB
Nombre d'Installations 602
Version Actuelle 1.0.1
Dernière Mise à Jour 2019-04-28
Date de Publication 2019-04-24
Développeur Sanju
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}