Sitecore Version Detector

Sitecore Version Detector Chrome Extension

Sitecore Version Detectorとは何ですか?

Sitecore Version Detectorはhttp://sitecoregabe.comによって開発されたChromeの拡張機能で、その主な機能は「Sitecore Version Detector Chrome Extension」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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.                    

拡張機能の基本情報

名前 Sitecore Version Detector Sitecore Version Detector
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
Eメール [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"
    }
}