Sitecore Straight to Datasource

S2D will add a link to the data source of all items in Multilist, Treelist and drop link fields.

Sitecore Straight to Datasource क्या है?

Sitecore Straight to Datasource daveleigh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "S2D will add a link to the data source of all items in Multilist, Treelist and drop link fields."।

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

screenshot

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

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

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

                        Sitecore straight to datasource adds new links against TreeList, MultiList and DropLinks allowing you to navigate to the datasource of any option item without having to go to raw values, copy, search etc...!

Click an option to display the link to the datasource.

Sitecore Straight to Datasource is still in beta so please send me any feedback.                    

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

नाम Sitecore Straight to Datasource Sitecore Straight to Datasource
ID lecpobmpcnpdhpljfebldoegfonlgjjj
आधिकारिक URL https://chrome.google.com/webstore/detail/sitecore-straight-to-data/lecpobmpcnpdhpljfebldoegfonlgjjj
विवरण S2D will add a link to the data source of all items in Multilist, Treelist and drop link fields.
फ़ाइल का आकार 443 KB
स्थापना संख्या 45
वर्तमान संस्करण 1.0.0.2
अंतिम अपडेट 2016-07-26
प्रकाशन तिथि 2016-07-26
डेवलपर daveleigh
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sitecore Straight to Datasource",
    "short_name": "Sitecore Straight to Datasource",
    "description": "S2D will add a link to the data source of all items in Multilist, Treelist and drop link fields.",
    "version": "1.0.0.2",
    "icons": {
        "16": "images\/icons\/icon-16.png",
        "48": "images\/icons\/icon-48.png",
        "128": "images\/icons\/icon-128.png"
    },
    "background": {
        "persistent": false,
        "page": "views\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/sitecore*"
            ],
            "js": [
                "scripts\/inject.js"
            ],
            "runat_at": "document_idle",
            "all_frames": true,
            "css": [
                "styles\/main.css"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "19": "images\/icons\/icon-19.png"
        },
        "default_title": "Sitecore S2D"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "options_page": "views\/options.html",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "tabs",
        "notifications"
    ]
}