Bearer/Authorization access with JWT decoder

sell Authorization token in one place

Что такое Bearer/Authorization access with JWT decoder?

Bearer/Authorization access with JWT decoder - это расширение Chrome, разработанное Sanju, и его основная функция - "sell Authorization token in one place".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Bearer/Authorization access with JWT decoder

Скачайте файлы расширений Bearer/Authorization access with JWT decoder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Bearer/Authorization access with JWT decoder Bearer/Authorization access with JWT decoder
ID kjgcjbdbemgljjdmnemcopopifjflnfp
Официальный URL https://chromewebstore.google.com/detail/bearerauthorization-acces/kjgcjbdbemgljjdmnemcopopifjflnfp
Описание sell Authorization token in one place
Размер файла 120 KB
Количество установок 602
Текущая Версия 1.0.1
Последнее Обновление 2019-04-28
Дата публикации 2019-04-24
Разработчик Sanju
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
        ]
    }
}