Enhance Sitecore Cache.aspx

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

Enhance Sitecore Cache.aspx là gì?

Enhance Sitecore Cache.aspx là một tiện ích mở rộng Chrome được phát triển bởi Takumi Yamada, và tính năng chính của nó là "The extension for enhancing the Sitecore's cache.aspx page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Enhance Sitecore Cache.aspx

Tải xuống các tệp mở rộng Enhance Sitecore Cache.aspx dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Enhance Sitecore Cache.aspx Enhance Sitecore Cache.aspx
ID bgcoejghcjjkoiaiggafgmndipjhekce
URL Chính Thức https://chrome.google.com/webstore/detail/enhance-sitecore-cacheasp/bgcoejghcjjkoiaiggafgmndipjhekce
Mô tả The extension for enhancing the Sitecore's cache.aspx page.
Kích Thước Tệp 245 KB
Số Lần Cài Đặt 265
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2019-07-30
Ngày Phát Hành 2019-07-29
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Takumi Yamada
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}