Azure Feature Flags Management

Manage feature flags in Azure

Azure Feature Flags Management क्या है?

Azure Feature Flags Management Dor Siso द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage feature flags in Azure"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Azure Feature Flags Management एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    }
}