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 с друзьями, чтобы легко установить расширения 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 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"
    }
}