Sitecore Developer Tool
Tool for sitecore developers
Co to jest Sitecore Developer Tool?
Sitecore Developer Tool to rozszerzenie Chrome opracowane przez vladcheg, a jego główną funkcją jest „Tool for sitecore developers”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Sitecore Developer Tool
Pobierz pliki rozszerzeń Sitecore Developer Tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Sitecore Developer Tool allows work with Sitecore instance that is opened in the current tab. You can quickly go to different admin pages like serialization, cache, show config and so on. Also you can switch between databases or set new database on the option page. Context menu allows to quickly go to Sitecore item, for this you should select id and select appropriate command in context menu. All available configuration settings are presented in option page where you can add, remove or edit these pages.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | cmbppbejihcnbngefandoljljdppnlda |
Oficjalny URL | https://chrome.google.com/webstore/detail/sitecore-developer-tool/cmbppbejihcnbngefandoljljdppnlda |
Opis | Tool for sitecore developers |
Rozmiar pliku | 171 KB |
Liczba instalacji | 2,000 |
Aktualna Wersja | 2.1.2 |
Ostatnia Aktualizacja | 2014-01-04 |
Data Publikacji | 2014-01-04 |
Ocena | 4.88/5 Łącznie 16 Oceny |
Deweloper | vladcheg |
Typ Płatności | free |
Strona Rozszerzenia | http://marketplace.sitecore.net/en/Modules/Sitecore_Developer_Tool.aspx |
Adres URL Strony Pomocy | http://marketplace.sitecore.net/en/Modules/Sitecore_Developer_Tool.aspx |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sitecore Developer Tool", "version": "2.1.2", "description": "Tool for sitecore developers", "permissions": [ "tabs", "notifications", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "img\/sitecoreLogo.png", "48": "img\/sitecoreLogo.png", "128": "img\/sitecoreLogo.png" }, "options_page": "options.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_title": "Sitecore Developer tool", "default_icon": "img\/sitecoreLogo.png", "default_popup": "popup.html" } } |