Enhance Sitecore Cache.aspx

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

Qu'est-ce que Enhance Sitecore Cache.aspx ?

Enhance Sitecore Cache.aspx est une extension Chrome développée par Takumi Yamada, et sa fonction principale est "The extension for enhancing the Sitecore's cache.aspx page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Enhance Sitecore Cache.aspx

Téléchargez les fichiers d'extension Enhance Sitecore Cache.aspx au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Enhance Sitecore Cache.aspx Enhance Sitecore Cache.aspx
ID bgcoejghcjjkoiaiggafgmndipjhekce
URL Officiel https://chrome.google.com/webstore/detail/enhance-sitecore-cacheasp/bgcoejghcjjkoiaiggafgmndipjhekce
Description The extension for enhancing the Sitecore's cache.aspx page.
Taille du Fichier 245 KB
Nombre d'Installations 265
Version Actuelle 0.1.0
Dernière Mise à Jour 2019-07-30
Date de Publication 2019-07-29
Évaluation 5.00/5 Total 1 Évaluations
Développeur Takumi Yamada
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}