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
官方網址 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"
            ]
        }
    ]
}