Dan's Sitecore Shortcuts
A list of Sitecore shortcuts
Wat is Dan's Sitecore Shortcuts?
Dan's Sitecore Shortcuts is een Chrome-extensie ontwikkeld door Dan, en de belangrijkste functie is "A list of Sitecore shortcuts".
Extensie Screenshots
Download het CRX-bestand van de extensie Dan's Sitecore Shortcuts
Download Dan's Sitecore Shortcuts-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
A VERY basic list of locations within Sitecore Use: 1) Go to your Sitecore domain 2) Click buttons
Basisinformatie over de Extensie
Naam | Dan's Sitecore Shortcuts |
ID | jgcceehndffhpbfhniommafnjhgoembf |
Officiële URL | https://chromewebstore.google.com/detail/dans-sitecore-shortcuts/jgcceehndffhpbfhniommafnjhgoembf |
Beschrijving | A list of Sitecore shortcuts |
Bestandsgrootte | 88.61 KB |
Aantal Installaties | 47 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2013-10-16 |
Publicatiedatum | 2013-10-16 |
Ontwikkelaar | Dan |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |