Enhance Sitecore Cache.aspx

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

Cos'è Enhance Sitecore Cache.aspx?

Enhance Sitecore Cache.aspx è un'estensione di Chrome sviluppata da Takumi Yamada, e la sua funzione principale è "The extension for enhancing the Sitecore's cache.aspx page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Enhance Sitecore Cache.aspx

Scarica i file di estensione Enhance Sitecore Cache.aspx in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Enhance Sitecore Cache.aspx Enhance Sitecore Cache.aspx
ID bgcoejghcjjkoiaiggafgmndipjhekce
URL Ufficiale https://chrome.google.com/webstore/detail/enhance-sitecore-cacheasp/bgcoejghcjjkoiaiggafgmndipjhekce
Descrizione The extension for enhancing the Sitecore's cache.aspx page.
Dimensione del File 245 KB
Conteggio Installazioni 265
Versione Corrente 0.1.0
Ultimo Aggiornamento 2019-07-30
Data di Pubblicazione 2019-07-29
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Takumi Yamada
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}