Sitecore Version Detector
Sitecore Version Detector Chrome Extension
Sitecore Version Detector là gì?
Sitecore Version Detector là một tiện ích mở rộng Chrome được phát triển bởi http://sitecoregabe.com, và tính năng chính của nó là "Sitecore Version Detector Chrome Extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Sitecore Version Detector
Tải xuống các tệp mở rộng Sitecore Version Detector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
"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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hhlleanbdcknkbpmkfkbdclilcamckcd |
URL Chính Thức | https://chrome.google.com/webstore/detail/sitecore-version-detector/hhlleanbdcknkbpmkfkbdclilcamckcd |
Mô tả | Sitecore Version Detector Chrome Extension |
Kích Thước Tệp | 26.92 KB |
Số Lần Cài Đặt | 312 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2018-12-14 |
Ngày Phát Hành | 2018-12-14 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://sitecoregabe.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |