AZ Insights Heatmap

Changes color of AI tiles depending on health percentage

Co to jest AZ Insights Heatmap?

AZ Insights Heatmap to rozszerzenie Chrome opracowane przez Andrew Kidd, a jego główną funkcją jest „Changes color of AI tiles depending on health percentage”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia AZ Insights Heatmap

Pobierz pliki rozszerzeń AZ Insights Heatmap w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Color codes percentage based tiles on portal.azure.com                    

Podstawowe informacje o rozszerzeniu

Nazwa AZ Insights Heatmap AZ Insights Heatmap
ID ahcdbmamppjhnpjcdhhoanmnmifhfbgo
Oficjalny URL https://chromewebstore.google.com/detail/az-insights-heatmap/ahcdbmamppjhnpjcdhhoanmnmifhfbgo
Opis Changes color of AI tiles depending on health percentage
Rozmiar pliku 40.77 KB
Liczba instalacji 90
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2019-05-23
Data Publikacji 2019-05-23
Deweloper Andrew Kidd
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}