Azure Feature Flags Management
Manage feature flags in Azure
O que é Azure Feature Flags Management?
Azure Feature Flags Management é uma extensão do Chrome desenvolvida por Dor Siso, e sua principal característica é "Manage feature flags in Azure".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Azure Feature Flags Management
Baixe arquivos de extensão Azure Feature Flags Management no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Azure Feature Flags Management |
ID | dnpchpnfldociemdamdagmplceldbfol |
URL Oficial | https://chromewebstore.google.com/detail/azure-feature-flags-manag/dnpchpnfldociemdamdagmplceldbfol |
Descrição | Manage feature flags in Azure |
Tamanho do Arquivo | 79.45 KB |
Contagem de Instalações | 147 |
Versão Atual | 1.2 |
Última Atualização | 2024-02-07 |
Data de Publicação | 2022-06-09 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Dor Siso |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/lidor-s/azure-feature-flags-management |
Idiomas Suportados | 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" } } |