Azure Feature Flags Management
Manage feature flags in Azure
Azure Feature Flags Managementとは何ですか?
Azure Feature Flags ManagementはDor Sisoによって開発されたChromeの拡張機能で、その主な機能は「Manage feature flags in Azure」です。
拡張機能のスクリーンショット
Azure Feature Flags Management拡張機能のCRXファイルをダウンロード
Azure Feature Flags Management拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Azure Feature Flags Management Extension by Dor Siso. Easily manage feature flags in Microsoft Azure. The extension allows you to easily manage feature flags in Microsoft Azure using a simple UI, instead of managing it via URL. For each feature flag it will show its name alongside its value, as shown in URL. Save your favorite feature flags for future use! Each feature flag can be saves to favorites, and updateable using its save button. Favorite feature flags configuration also active in the URL will be overridden by their active configuration. Use to navigate to new web page or apply to current Azure portal web page.
拡張機能の基本情報
名前 | Azure Feature Flags Management |
ID | dnpchpnfldociemdamdagmplceldbfol |
公式URL | https://chromewebstore.google.com/detail/azure-feature-flags-manag/dnpchpnfldociemdamdagmplceldbfol |
説明 | Manage feature flags in Azure |
ファイルサイズ | 79.45 KB |
インストール数 | 147 |
現在のバージョン | 1.2 |
最終更新日 | 2024-02-07 |
公開日 | 2022-06-09 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Dor Siso |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/lidor-s/azure-feature-flags-management |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Azure Feature Flags Management", "description": "Manage feature flags in Azure", "version": "1.2", "manifest_version": 3, "permissions": [ "storage", "tabs" ], "action": { "default_popup": "AzureFeatureFlagsExtension.html", "default_icon": "\/Images\/Azure_FeatureFlags.png" } } |