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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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" ] } |