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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}