Azure Feature Flags Management

Manage feature flags in Azure

ما هو Azure Feature Flags Management؟

Azure Feature Flags Management هو إضافة Chrome تم تطويرها بواسطة Dor Siso، والميزة الرئيسية لها هي "Manage feature flags in Azure".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Azure Feature Flags Management

قم بتنزيل ملفات الامتداد Azure Feature Flags Management بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}