Azure Authorization Header Extractor
Extracts Azure authorization header from requests
Azure Authorization Header Extractorとは何ですか?
Azure Authorization Header ExtractorはElad Peretsによって開発されたChromeの拡張機能で、その主な機能は「Extracts Azure authorization header from requests」です。
拡張機能のスクリーンショット
Azure Authorization Header Extractor拡張機能のCRXファイルをダウンロード
Azure Authorization Header Extractor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
*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 |
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 |
Eメール | [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 } |