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 |
电子邮箱 | [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" } } |