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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
"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" } } |