Dan's Sitecore Shortcuts

A list of Sitecore shortcuts

Was ist Dan's Sitecore Shortcuts?

Dan's Sitecore Shortcuts ist eine Chrome-Erweiterung, die von Dan entwickelt wurde, und ihr Hauptmerkmal ist "A list of Sitecore shortcuts".

Erweiterungsscreenshots

screenshot

Dan's Sitecore Shortcuts-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dan's Sitecore Shortcuts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A VERY basic list of locations within Sitecore

Use:
1) Go to your Sitecore domain
2) Click buttons                    

Grundlegende Informationen zur Erweiterung

Name Dan's Sitecore Shortcuts Dan's Sitecore Shortcuts
ID jgcceehndffhpbfhniommafnjhgoembf
Offizielle URL https://chromewebstore.google.com/detail/dans-sitecore-shortcuts/jgcceehndffhpbfhniommafnjhgoembf
Beschreibung A list of Sitecore shortcuts
Dateigröße 88.61 KB
Installationsanzahl 47
Aktuelle Version 0.0.1
Letztes Update 2013-10-16
Veröffentlichungsdatum 2013-10-16
Entwickler Dan
Zahlungsart free
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dan's Sitecore Shortcuts",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "A list of Sitecore shortcuts",
    "icons": {
        "16": "icons\/sc-16x16.png",
        "48": "icons\/sc-48x48.png",
        "128": "icons\/sc-128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/sc-19x19.png",
            "38": "icons\/sc-38x38.png"
        },
        "default_title": "Dan's Sitecore Shortcuts",
        "default_popup": "browseraction\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}