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"
            ]
        }
    ]
}