Enhance Sitecore Cache.aspx

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

什么是Enhance Sitecore Cache.aspx?

Enhance Sitecore Cache.aspx是由Takumi Yamada开发的Chrome扩展程序,该扩展的主要功能是“The extension for enhancing the Sitecore's cache.aspx page.”。

扩展截图

screenshot

下载Enhance Sitecore Cache.aspx扩展crx文件

下载Enhance Sitecore Cache.aspx扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Enhance Sitecore Cache.aspx Enhance Sitecore Cache.aspx
ID bgcoejghcjjkoiaiggafgmndipjhekce
官方URL https://chrome.google.com/webstore/detail/enhance-sitecore-cacheasp/bgcoejghcjjkoiaiggafgmndipjhekce
简介 The extension for enhancing the Sitecore's cache.aspx page.
文件大小 245 KB
安装次数 265
当前版本 0.1.0
更新时间 2019-07-30
上架时间 2019-07-29
评分 5.00/5 共1次评分
开发者 Takumi Yamada
付费类型 free
支持的语言 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"
            ]
        }
    ]
}