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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enhance Sitecore Cache.aspx
ดาวน์โหลดไฟล์ส่วนขยาย Enhance Sitecore Cache.aspx ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } ] } |