Azure Authorization Header Extractor

Extracts Azure authorization header from requests

Azure Authorization Header Extractor क्या है?

Azure Authorization Header Extractor Elad Perets द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extracts Azure authorization header from requests"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Azure Authorization Header Extractor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        *This is not an official Microsoft app*

This extension listens for requests coming out of tabs opened on the Azure portal. It then extract the authorization header from requests sent to Azure. You can copy the header to your clipboard by clicking the extension icon and use it when working directly with Azure REST API

https://msdn.microsoft.com/en-us/library/azure/mt163680.aspx#bk_common

https://msdn.microsoft.com/en-us/library/azure/mt420159.aspx

Source:
https://github.com/eladperets/Azure-Authorization-Header-Extractor                    

एक्सटेंशन की मूल जानकारी

नाम Azure Authorization Header Extractor Azure Authorization Header Extractor
ID ifmjcgakbgnpnppgijcikhpolljgdmlc
आधिकारिक URL https://chromewebstore.google.com/detail/azure-authorization-heade/ifmjcgakbgnpnppgijcikhpolljgdmlc
विवरण Extracts Azure authorization header from requests
फ़ाइल का आकार 6.01 KB
स्थापना संख्या 733
वर्तमान संस्करण 1.6
अंतिम अपडेट 2022-07-14
प्रकाशन तिथि 2018-12-12
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर Elad Perets
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Azure Authorization Header Extractor",
    "description": "Extracts Azure authorization header from requests",
    "version": "1.6",
    "permissions": [
        "clipboardWrite",
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/*.portal.azure.com\/*",
        "https:\/\/management.azure.com\/*",
        "https:\/\/*.management.azure.com\/*"
    ],
    "action": {
        "default_title": "Show header",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "manifest_version": 3
}