AZ Insights Heatmap

Changes color of AI tiles depending on health percentage

AZ Insights Heatmap là gì?

AZ Insights Heatmap là một tiện ích mở rộng Chrome được phát triển bởi Andrew Kidd, và tính năng chính của nó là "Changes color of AI tiles depending on health percentage".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AZ Insights Heatmap

Tải xuống các tệp mở rộng AZ Insights Heatmap 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

                        Color codes percentage based tiles on portal.azure.com                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AZ Insights Heatmap AZ Insights Heatmap
ID ahcdbmamppjhnpjcdhhoanmnmifhfbgo
URL Chính Thức https://chromewebstore.google.com/detail/az-insights-heatmap/ahcdbmamppjhnpjcdhhoanmnmifhfbgo
Mô tả Changes color of AI tiles depending on health percentage
Kích Thước Tệp 40.77 KB
Số Lần Cài Đặt 90
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2019-05-23
Ngày Phát Hành 2019-05-23
Nhà Phát Triển Andrew Kidd
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AZ Insights Heatmap",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Changes color of AI tiles depending on health percentage",
    "homepage_url": "http:\/\/andrewiankidd.co.uk",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/portal.azure.com\/*"
            ],
            "js": [
                "js\/inject.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "storage"
    ]
}