Sitecore Version Detector
Sitecore Version Detector Chrome Extension
Sitecore Version Detectorคืออะไร?
Sitecore Version Detector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://sitecoregabe.com และคุณลักษณะหลักของมันคือ "Sitecore Version Detector Chrome Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sitecore Version Detector
ดาวน์โหลดไฟล์ส่วนขยาย Sitecore Version Detector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
"What version of Sitecore is this on again?" This extension runs through two checks: 1) Is the site using Sitecore? 2) Which version of Sitecore is it running on? If a Sitecore version is detected, it will display the full revision and update name and link to its respective http://sdn.sitecore.net or http://doc.sitecore.net version page. Also, the mainstream support end date displays below the version with a link to the Sitecore Product Lifecycle page. Note: While this may often determine versions for live Sitecore sites (especially older versions of Sitecore), not all environments provide the means to determine the version of Sitecore it runs on as an end-user.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hhlleanbdcknkbpmkfkbdclilcamckcd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/sitecore-version-detector/hhlleanbdcknkbpmkfkbdclilcamckcd |
คำอธิบาย | Sitecore Version Detector Chrome Extension |
ขนาดไฟล์ | 26.92 KB |
จำนวนการติดตั้ง | 312 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2018-12-14 |
วันที่เผยแพร่ | 2018-12-14 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://sitecoregabe.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sitecore Version Detector", "version": "1.0.3", "manifest_version": 2, "description": "Sitecore Version Detector Chrome Extension", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "icons\/icon-16.png", "128": "icons\/icon-128.png" }, "permissions": [ "storage", "activeTab" ], "browser_action": { "default_icon": { "19": "icons\/icon-16.png", "38": "icons\/icon-32.png" }, "default_title": "Sitecore Version Detector", "default_popup": "popup.html" } } |