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 là gì?

Sitecore Straight to Datasource là một tiện ích mở rộng Chrome được phát triển bởi daveleigh, và tính năng chính của nó là "S2D will add a link to the data source of all items in Multilist, Treelist and drop link fields.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sitecore Straight to Datasource

Tải xuống các tệp mở rộng Sitecore Straight to Datasource dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sitecore Straight to Datasource Sitecore Straight to Datasource
ID lecpobmpcnpdhpljfebldoegfonlgjjj
URL Chính Thức https://chrome.google.com/webstore/detail/sitecore-straight-to-data/lecpobmpcnpdhpljfebldoegfonlgjjj
Mô tả S2D will add a link to the data source of all items in Multilist, Treelist and drop link fields.
Kích Thước Tệp 443 KB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 1.0.0.2
Cập Nhật Lần Cuối 2016-07-26
Ngày Phát Hành 2016-07-26
Nhà Phát Triển daveleigh
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}