Enhance Sitecore Cache.aspx

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

What is Enhance Sitecore Cache.aspx?

Enhance Sitecore Cache.aspx is a Chrome extension developed by Takumi Yamada, and its main feature is "The extension for enhancing the Sitecore's cache.aspx page.".

Extension Screenshots

screenshot

Download Enhance Sitecore Cache.aspx Extension CRX File

Download Enhance Sitecore Cache.aspx extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Enhance Sitecore Cache.aspx Enhance Sitecore Cache.aspx
ID bgcoejghcjjkoiaiggafgmndipjhekce
Official URL https://chrome.google.com/webstore/detail/enhance-sitecore-cacheasp/bgcoejghcjjkoiaiggafgmndipjhekce
Description The extension for enhancing the Sitecore's cache.aspx page.
File Size 245 KB
Installation Count 265
Current Version 0.1.0
Last Updated 2019-07-30
Publish Date 2019-07-29
Rating 5.00/5 Total 1 Ratings
Developer Takumi Yamada
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}