Sitecore Extensions

Small improvements which will make your work with Sitecore much easier.

Was ist Sitecore Extensions?

Sitecore Extensions ist eine Chrome-Erweiterung, die von https://alan-null.github.io entwickelt wurde, und ihr Hauptmerkmal ist "Small improvements which will make your work with Sitecore much easier.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Sitecore Extensions-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sitecore Extensions-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

                        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                    

Grundlegende Informationen zur Erweiterung

Name Sitecore Extensions Sitecore Extensions
ID aoclhcccfdkjddgpaaajldgljhllhgmd
Offizielle URL https://chromewebstore.google.com/detail/sitecore-extensions/aoclhcccfdkjddgpaaajldgljhllhgmd
Beschreibung Small improvements which will make your work with Sitecore much easier.
Dateigröße 341 KB
Installationsanzahl 2,108
Aktuelle Version 4.0.0
Letztes Update 2023-10-11
Veröffentlichungsdatum 2020-04-20
Bewertung 4.88/5 Insgesamt 17 Bewertungen
Entwickler https://alan-null.github.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/alan-null/sc_ext
Hilfeseite URL https://github.com/alan-null/sc_ext
Unterstützte Sprachen 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"
            ]
        }
    ]
}