Enhance Sitecore Cache.aspx

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

Apa itu Enhance Sitecore Cache.aspx?

Enhance Sitecore Cache.aspx adalah ekstensi Chrome yang dikembangkan oleh Takumi Yamada, dan fitur utamanya adalah "The extension for enhancing the Sitecore's cache.aspx page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Enhance Sitecore Cache.aspx

Unduh file ekstensi Enhance Sitecore Cache.aspx dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Enhance Sitecore Cache.aspx Enhance Sitecore Cache.aspx
ID bgcoejghcjjkoiaiggafgmndipjhekce
URL Resmi https://chrome.google.com/webstore/detail/enhance-sitecore-cacheasp/bgcoejghcjjkoiaiggafgmndipjhekce
Deskripsi The extension for enhancing the Sitecore's cache.aspx page.
Ukuran File 245 KB
Jumlah Instalasi 265
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2019-07-30
Tanggal Publikasi 2019-07-29
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Takumi Yamada
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}