Dan's Sitecore Shortcuts
A list of Sitecore shortcuts
Qu'est-ce que Dan's Sitecore Shortcuts ?
Dan's Sitecore Shortcuts est une extension Chrome développée par Dan, et sa fonction principale est "A list of Sitecore shortcuts".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dan's Sitecore Shortcuts
Téléchargez les fichiers d'extension Dan's Sitecore Shortcuts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A VERY basic list of locations within Sitecore
Use:
1) Go to your Sitecore domain
2) Click buttons Informations de Base sur l'Extension
| Nom | |
| ID | jgcceehndffhpbfhniommafnjhgoembf |
| URL Officiel | https://chromewebstore.google.com/detail/dans-sitecore-shortcuts/jgcceehndffhpbfhniommafnjhgoembf |
| Description | A list of Sitecore shortcuts |
| Taille du Fichier | 88.61 KB |
| Nombre d'Installations | 47 |
| Version Actuelle | 0.0.1 |
| Dernière Mise à Jour | 2013-10-16 |
| Date de Publication | 2013-10-16 |
| Développeur | Dan |
| Type de Paiement | free |
| Langues Prises en Charge | 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"
]
}
]
} | |