Sitecore Extensions
Small improvements which will make your work with Sitecore much easier.
Qu'est-ce que Sitecore Extensions ?
Sitecore Extensions est une extension Chrome développée par https://alan-null.github.io, et sa fonction principale est "Small improvements which will make your work with Sitecore much easier.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sitecore Extensions
Téléchargez les fichiers d'extension Sitecore Extensions 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
Thanks to Sitecore Extensions your productivity will explode. It adds many improvements to a standard Sitecore CMS which make your live much easier. The most important feature of this module is so called Launcher. Just type Ctrl+ Space and search for commands. See all available modules here: https://github.com/alan-null/sc_ext/wiki/Modules
Informations de Base sur l'Extension
Nom | Sitecore Extensions |
ID | aoclhcccfdkjddgpaaajldgljhllhgmd |
URL Officiel | https://chromewebstore.google.com/detail/sitecore-extensions/aoclhcccfdkjddgpaaajldgljhllhgmd |
Description | Small improvements which will make your work with Sitecore much easier. |
Taille du Fichier | 341 KB |
Nombre d'Installations | 2,108 |
Version Actuelle | 4.0.0 |
Dernière Mise à Jour | 2023-10-11 |
Date de Publication | 2020-04-20 |
Évaluation | 4.88/5 Total 17 Évaluations |
Développeur | https://alan-null.github.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/alan-null/sc_ext |
URL de la Page d'Aide | https://github.com/alan-null/sc_ext |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "version": "4.0.0", "manifest_version": 3, "description": "__MSG_appDescription__", "icons": { "16": "chrome\/images\/icon-16.png", "48": "chrome\/images\/icon-48.png", "128": "chrome\/images\/icon-128.png" }, "default_locale": "en", "background": { "service_worker": "chrome\/background.js" }, "permissions": [ "activeTab", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "chrome\/contentscript.js", "common\/optionsProvider.js" ], "css": [ "sc_ext\/styles\/launcher.css", "sc_ext\/styles\/databaseName.css", "sc_ext\/styles\/fieldSearch.css", "sc_ext\/styles\/treelistField.css", "sc_ext\/styles\/fieldInspector.css", "sc_ext\/styles\/toggleRibbon.css", "sc_ext\/styles\/treeScope.css", "sc_ext\/libraries\/iziToast.css" ], "run_at": "document_end", "all_frames": true } ], "action": { "default_icon": { "19": "chrome\/images\/icon-disabled-128.png", "38": "chrome\/images\/icon-disabled-128.png" }, "default_popup": "chrome\/popup\/popup.html" }, "options_ui": { "page": "options\/options.html" }, "web_accessible_resources": [ { "resources": [ "common\/optionsProvider.js", "sc_ext\/Application.js", "sc_ext\/libraries\/iziToast.js" ], "matches": [ "https:\/\/*\/*" ], "extension_ids": [ "aoclhcccfdkjddgpaaajldgljhllhgmd" ] } ] } |