AZ Insights Heatmap

Changes color of AI tiles depending on health percentage

What is AZ Insights Heatmap?

AZ Insights Heatmap is a Chrome extension developed by Andrew Kidd, and its main feature is "Changes color of AI tiles depending on health percentage".

Extension Screenshots

screenshot

Download AZ Insights Heatmap Extension CRX File

Download AZ Insights Heatmap extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Color codes percentage based tiles on portal.azure.com                    

Extension Basic Information

Name AZ Insights Heatmap AZ Insights Heatmap
ID ahcdbmamppjhnpjcdhhoanmnmifhfbgo
Official URL https://chromewebstore.google.com/detail/az-insights-heatmap/ahcdbmamppjhnpjcdhhoanmnmifhfbgo
Description Changes color of AI tiles depending on health percentage
File Size 40.77 KB
Installation Count 90
Current Version 0.0.2
Last Updated 2019-05-23
Publish Date 2019-05-23
Developer Andrew Kidd
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}