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開發的Chrome擴展程式,該擴展的主要功能是“S2D will add a link to the data source of all items in Multilist, Treelist and drop link fields.”。

擴展截圖

screenshot

下載Sitecore Straight to Datasource擴展crx文件

下載Sitecore Straight to Datasource擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}