Sitecore Version Detector

Sitecore Version Detector Chrome Extension

Sitecore Version Detector क्या है?

Sitecore Version Detector http://sitecoregabe.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sitecore Version Detector Chrome Extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sitecore Version Detector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम 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
ईमेल [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"
    }
}