Dan's Sitecore Shortcuts

A list of Sitecore shortcuts

Dan's Sitecore Shortcuts क्या है?

Dan's Sitecore Shortcuts Dan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A list of Sitecore shortcuts"।

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

screenshot

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

crx प्रारूप में Dan's Sitecore Shortcuts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A VERY basic list of locations within Sitecore

Use:
1) Go to your Sitecore domain
2) Click buttons                    

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

नाम Dan's Sitecore Shortcuts Dan's Sitecore Shortcuts
ID jgcceehndffhpbfhniommafnjhgoembf
आधिकारिक URL https://chromewebstore.google.com/detail/dans-sitecore-shortcuts/jgcceehndffhpbfhniommafnjhgoembf
विवरण A list of Sitecore shortcuts
फ़ाइल का आकार 88.61 KB
स्थापना संख्या 47
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2013-10-16
प्रकाशन तिथि 2013-10-16
डेवलपर Dan
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dan's Sitecore Shortcuts",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "A list of Sitecore shortcuts",
    "icons": {
        "16": "icons\/sc-16x16.png",
        "48": "icons\/sc-48x48.png",
        "128": "icons\/sc-128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/sc-19x19.png",
            "38": "icons\/sc-38x38.png"
        },
        "default_title": "Dan's Sitecore Shortcuts",
        "default_popup": "browseraction\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}