Enhance Sitecore Cache.aspx
The extension for enhancing the Sitecore's cache.aspx page.
O que é Enhance Sitecore Cache.aspx?
Enhance Sitecore Cache.aspx é uma extensão do Chrome desenvolvida por Takumi Yamada, e sua principal característica é "The extension for enhancing the Sitecore's cache.aspx page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Enhance Sitecore Cache.aspx
Baixe arquivos de extensão Enhance Sitecore Cache.aspx no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | ![]() |
ID | bgcoejghcjjkoiaiggafgmndipjhekce |
URL Oficial | https://chrome.google.com/webstore/detail/enhance-sitecore-cacheasp/bgcoejghcjjkoiaiggafgmndipjhekce |
Descrição | The extension for enhancing the Sitecore's cache.aspx page. |
Tamanho do Arquivo | 245 KB |
Contagem de Instalações | 265 |
Versão Atual | 0.1.0 |
Última Atualização | 2019-07-30 |
Data de Publicação | 2019-07-29 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Takumi Yamada |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |