Azure Feature Flags Management
Manage feature flags in Azure
Wat is Azure Feature Flags Management?
Azure Feature Flags Management is een Chrome-extensie ontwikkeld door Dor Siso, en de belangrijkste functie is "Manage feature flags in Azure".
Extensie Screenshots
Download het CRX-bestand van de extensie Azure Feature Flags Management
Download Azure Feature Flags Management-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Azure Feature Flags Management |
ID | dnpchpnfldociemdamdagmplceldbfol |
Officiële URL | https://chromewebstore.google.com/detail/azure-feature-flags-manag/dnpchpnfldociemdamdagmplceldbfol |
Beschrijving | Manage feature flags in Azure |
Bestandsgrootte | 79.45 KB |
Aantal Installaties | 147 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2024-02-07 |
Publicatiedatum | 2022-06-09 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Dor Siso |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/lidor-s/azure-feature-flags-management |
Ondersteunde Talen | 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" } } |