Azure Feature Flags Management

Manage feature flags in Azure

什麼是Azure Feature Flags Management?

Azure Feature Flags Management是由Dor Siso開發的Chrome擴展程式,該擴展的主要功能是“Manage feature flags in Azure”。

擴展截圖

screenshot

下載Azure Feature Flags Management擴展crx文件

下載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
官方網址 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"
    }
}