Sitecore Extensions
Small improvements which will make your work with Sitecore much easier.
Sitecore Extensions là gì?
Sitecore Extensions là một tiện ích mở rộng Chrome được phát triển bởi https://alan-null.github.io, và tính năng chính của nó là "Small improvements which will make your work with Sitecore much easier.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Sitecore Extensions
Tải xuống các tệp mở rộng Sitecore Extensions 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
Thanks to Sitecore Extensions your productivity will explode. It adds many improvements to a standard Sitecore CMS which make your live much easier. The most important feature of this module is so called Launcher. Just type Ctrl+ Space and search for commands. See all available modules here: https://github.com/alan-null/sc_ext/wiki/Modules
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sitecore Extensions |
ID | aoclhcccfdkjddgpaaajldgljhllhgmd |
URL Chính Thức | https://chromewebstore.google.com/detail/sitecore-extensions/aoclhcccfdkjddgpaaajldgljhllhgmd |
Mô tả | Small improvements which will make your work with Sitecore much easier. |
Kích Thước Tệp | 341 KB |
Số Lần Cài Đặt | 2,108 |
Phiên Bản Hiện Tại | 4.0.0 |
Cập Nhật Lần Cuối | 2023-10-11 |
Ngày Phát Hành | 2020-04-20 |
Đánh Giá | 4.88/5 Tổng số 17 Đánh Giá |
Nhà Phát Triển | https://alan-null.github.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/alan-null/sc_ext |
URL Trang Trợ Giúp | https://github.com/alan-null/sc_ext |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "version": "4.0.0", "manifest_version": 3, "description": "__MSG_appDescription__", "icons": { "16": "chrome\/images\/icon-16.png", "48": "chrome\/images\/icon-48.png", "128": "chrome\/images\/icon-128.png" }, "default_locale": "en", "background": { "service_worker": "chrome\/background.js" }, "permissions": [ "activeTab", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "chrome\/contentscript.js", "common\/optionsProvider.js" ], "css": [ "sc_ext\/styles\/launcher.css", "sc_ext\/styles\/databaseName.css", "sc_ext\/styles\/fieldSearch.css", "sc_ext\/styles\/treelistField.css", "sc_ext\/styles\/fieldInspector.css", "sc_ext\/styles\/toggleRibbon.css", "sc_ext\/styles\/treeScope.css", "sc_ext\/libraries\/iziToast.css" ], "run_at": "document_end", "all_frames": true } ], "action": { "default_icon": { "19": "chrome\/images\/icon-disabled-128.png", "38": "chrome\/images\/icon-disabled-128.png" }, "default_popup": "chrome\/popup\/popup.html" }, "options_ui": { "page": "options\/options.html" }, "web_accessible_resources": [ { "resources": [ "common\/optionsProvider.js", "sc_ext\/Application.js", "sc_ext\/libraries\/iziToast.js" ], "matches": [ "https:\/\/*\/*" ], "extension_ids": [ "aoclhcccfdkjddgpaaajldgljhllhgmd" ] } ] } |