Enhance Sitecore Cache.aspx

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

Wat is Enhance Sitecore Cache.aspx?

Enhance Sitecore Cache.aspx is een Chrome-extensie ontwikkeld door Takumi Yamada, en de belangrijkste functie is "The extension for enhancing the Sitecore's cache.aspx page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Enhance Sitecore Cache.aspx

Download Enhance Sitecore Cache.aspx-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Enhance Sitecore Cache.aspx Enhance Sitecore Cache.aspx
ID bgcoejghcjjkoiaiggafgmndipjhekce
Officiële URL https://chrome.google.com/webstore/detail/enhance-sitecore-cacheasp/bgcoejghcjjkoiaiggafgmndipjhekce
Beschrijving The extension for enhancing the Sitecore's cache.aspx page.
Bestandsgrootte 245 KB
Aantal Installaties 265
Huidige Versie 0.1.0
Laatst Bijgewerkt 2019-07-30
Publicatiedatum 2019-07-29
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Takumi Yamada
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}