Sitecore Version Detector
Sitecore Version Detector Chrome Extension
什麼是Sitecore Version Detector?
Sitecore Version Detector是由http://sitecoregabe.com開發的Chrome擴展程式,該擴展的主要功能是“Sitecore Version Detector Chrome Extension”。
擴展截圖
下載Sitecore Version Detector擴展crx文件
下載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 |
官方網址 | 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" } } |