Azure Feature Flags Management
Manage feature flags in Azure
Azure Feature Flags Management là gì?
Azure Feature Flags Management là một tiện ích mở rộng Chrome được phát triển bởi Dor Siso, và tính năng chính của nó là "Manage feature flags in Azure".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Azure Feature Flags Management
Tải xuống các tệp mở rộng Azure Feature Flags Management dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Azure Feature Flags Management |
ID | dnpchpnfldociemdamdagmplceldbfol |
URL Chính Thức | https://chromewebstore.google.com/detail/azure-feature-flags-manag/dnpchpnfldociemdamdagmplceldbfol |
Mô tả | Manage feature flags in Azure |
Kích Thước Tệp | 79.45 KB |
Số Lần Cài Đặt | 147 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2024-02-07 |
Ngày Phát Hành | 2022-06-09 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Dor Siso |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/lidor-s/azure-feature-flags-management |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |