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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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