Enhance Sitecore Cache.aspx

The extension for enhancing the Sitecore's cache.aspx page.

Co to jest Enhance Sitecore Cache.aspx?

Enhance Sitecore Cache.aspx to rozszerzenie Chrome opracowane przez Takumi Yamada, a jego główną funkcją jest „The extension for enhancing the Sitecore's cache.aspx page.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Enhance Sitecore Cache.aspx

Pobierz pliki rozszerzeń Enhance Sitecore Cache.aspx 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

                        The extension for enhancing the Sitecore's cache.aspx page.

Features:
・Add new column to show the use rate of the cache.
・Add new column to indicate if the utilization is below 80%.
・Make the cache table sortable.
・Improve the page style.                    

Podstawowe informacje o rozszerzeniu

Nazwa Enhance Sitecore Cache.aspx Enhance Sitecore Cache.aspx
ID bgcoejghcjjkoiaiggafgmndipjhekce
Oficjalny URL https://chrome.google.com/webstore/detail/enhance-sitecore-cacheasp/bgcoejghcjjkoiaiggafgmndipjhekce
Opis The extension for enhancing the Sitecore's cache.aspx page.
Rozmiar pliku 245 KB
Liczba instalacji 265
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2019-07-30
Data Publikacji 2019-07-29
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Takumi Yamada
Typ Płatności free
Obsługiwane Języki en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "__MSG_ext_desc__",
    "default_locale": "en",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/sitecore\/admin\/cache.aspx",
                "https:\/\/*\/sitecore\/admin\/cache.aspx"
            ],
            "js": [
                "tabulator\/tabulator.min.js",
                "src\/js\/script.js"
            ],
            "css": [
                "tabulator\/tabulator_modern.min.css",
                "src\/css\/style.css"
            ]
        }
    ]
}