Sitecore Version Detector

Sitecore Version Detector Chrome Extension

O que é Sitecore Version Detector?

Sitecore Version Detector é uma extensão do Chrome desenvolvida por http://sitecoregabe.com, e sua principal característica é "Sitecore Version Detector Chrome Extension".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Sitecore Version Detector

Baixe arquivos de extensão Sitecore Version Detector no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        "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.                    

Informações Básicas da Extensão

Nome Sitecore Version Detector Sitecore Version Detector
ID hhlleanbdcknkbpmkfkbdclilcamckcd
URL Oficial https://chrome.google.com/webstore/detail/sitecore-version-detector/hhlleanbdcknkbpmkfkbdclilcamckcd
Descrição Sitecore Version Detector Chrome Extension
Tamanho do Arquivo 26.92 KB
Contagem de Instalações 312
Versão Atual 1.0.3
Última Atualização 2018-12-14
Data de Publicação 2018-12-14
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor http://sitecoregabe.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}