Enhance Sitecore Cache.aspx
The extension for enhancing the Sitecore's cache.aspx page.
Co je Enhance Sitecore Cache.aspx?
Enhance Sitecore Cache.aspx je rozšíření Chrome vyvinuté Takumi Yamada, a jeho hlavní funkcí je „The extension for enhancing the Sitecore's cache.aspx page.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Enhance Sitecore Cache.aspx
Stáhněte si soubory rozšíření Enhance Sitecore Cache.aspx ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | ![]() |
ID | bgcoejghcjjkoiaiggafgmndipjhekce |
Oficiální URL | https://chrome.google.com/webstore/detail/enhance-sitecore-cacheasp/bgcoejghcjjkoiaiggafgmndipjhekce |
Popis | The extension for enhancing the Sitecore's cache.aspx page. |
Velikost souboru | 245 KB |
Počet instalací | 265 |
Aktuální Verze | 0.1.0 |
Poslední Aktualizace | 2019-07-30 |
Datum Vydání | 2019-07-29 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Takumi Yamada |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |