Sitecore Developer Tool

Tool for sitecore developers

Wat is Sitecore Developer Tool?

Sitecore Developer Tool is een Chrome-extensie ontwikkeld door vladcheg, en de belangrijkste functie is "Tool for sitecore developers".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Sitecore Developer Tool

Download Sitecore Developer Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Sitecore Developer Tool Sitecore Developer Tool
ID cmbppbejihcnbngefandoljljdppnlda
Officiële URL https://chrome.google.com/webstore/detail/sitecore-developer-tool/cmbppbejihcnbngefandoljljdppnlda
Beschrijving Tool for sitecore developers
Bestandsgrootte 171 KB
Aantal Installaties 2,000
Huidige Versie 2.1.2
Laatst Bijgewerkt 2014-01-04
Publicatiedatum 2014-01-04
Beoordeling 4.88/5 Totaal 16 Beoordelingen
Ontwikkelaar vladcheg
Betalingswijze free
Extensiewebsite http://marketplace.sitecore.net/en/Modules/Sitecore_Developer_Tool.aspx
Help Pagina-URL http://marketplace.sitecore.net/en/Modules/Sitecore_Developer_Tool.aspx
Ondersteunde Talen 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"
    }
}