Enhance Sitecore Cache.aspx

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

Что такое Enhance Sitecore Cache.aspx?

Enhance Sitecore Cache.aspx - это расширение Chrome, разработанное Takumi Yamada, и его основная функция - "The extension for enhancing the Sitecore's cache.aspx page.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Enhance Sitecore Cache.aspx

Скачайте файлы расширений 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"
            ]
        }
    ]
}