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