Bearer/Authorization access with JWT decoder

sell Authorization token in one place

Vad är Bearer/Authorization access with JWT decoder?

Bearer/Authorization access with JWT decoder är en Chrome-tillägg utvecklad av Sanju, och dess huvudfunktion är "sell Authorization token in one place".

Tilläggsskärmbilder

screenshot

Ladda ner Bearer/Authorization access with JWT decoder-förlängningens CRX-fil

Ladda ner Bearer/Authorization access with JWT decoder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Bearer/Authorization access with JWT decoder Bearer/Authorization access with JWT decoder
ID kjgcjbdbemgljjdmnemcopopifjflnfp
Officiell webbadress https://chromewebstore.google.com/detail/bearerauthorization-acces/kjgcjbdbemgljjdmnemcopopifjflnfp
Beskrivning sell Authorization token in one place
Filstorlek 120 KB
Antal Installationer 602
Aktuell Version 1.0.1
Senast Uppdaterad 2019-04-28
Publiceringsdatum 2019-04-24
Utvecklare Sanju
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        ]
    }
}