Enhance Sitecore Cache.aspx
The extension for enhancing the Sitecore's cache.aspx page.
Enhance Sitecore Cache.aspx क्या है?
Enhance Sitecore Cache.aspx Takumi Yamada द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension for enhancing the Sitecore's cache.aspx page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Enhance Sitecore Cache.aspx एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
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" ] } ] } |