AEM Sidekick

AEM Sidekick allows authors of AEM sites to easily preview and publish content.

Was ist AEM Sidekick?

AEM Sidekick ist eine Chrome-Erweiterung, die von Adobe Inc. entwickelt wurde, und ihr Hauptmerkmal ist "AEM Sidekick allows authors of AEM sites to easily preview and publish content.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

AEM Sidekick-Erweiterungs-CRX-Datei herunterladen

Laden Sie AEM Sidekick-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

                        Key features:
- Jump to the editor to make content changes
- Switch between configured environments
- Reload to see the latest content
- Publish to make changes available on your site
- Share AEM Sidekick configurations with your teammates
- Easily add support for multiple sites
- Keep AEM Sidekick visible or hidden across all your browser windows

https://www.adobe.com/legal/licenses-terms.html                    

Grundlegende Informationen zur Erweiterung

Name AEM Sidekick AEM Sidekick
ID ccfggkjabjahcjoljmgmklhpaccedipo
Offizielle URL https://chromewebstore.google.com/detail/aem-sidekick/ccfggkjabjahcjoljmgmklhpaccedipo
Beschreibung AEM Sidekick allows authors of AEM sites to easily preview and publish content.
Dateigröße 166 KB
Installationsanzahl 6,616
Aktuelle Version 6.41.0
Letztes Update 2024-02-29
Veröffentlichungsdatum 2023-03-13
Bewertung 5.00/5 Insgesamt 8 Bewertungen
Entwickler Adobe Inc.
E-Mail chrome-support@adobe.com
Zahlungsart free
Erweiterungswebsite https://www.hlx.live/
Hilfeseite URL https://www.hlx.live/docs/sidekick
URL der Datenschutzrichtlinien-Seite https://www.adobe.com/privacy/policy.html
Unterstützte Sprachen de,en,fr,es,it,pt-BR,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_title__",
    "version": "6.41.0",
    "author": "Adobe",
    "homepage_url": "https:\/\/www.hlx.live\/tools\/sidekick\/",
    "default_locale": "en",
    "options_page": "options.html",
    "description": "__MSG_description__",
    "permissions": [
        "activeTab",
        "contextMenus",
        "declarativeNetRequest",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.hlx.live\/tools\/sidekick\/*",
        "http:\/\/localhost:3000\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "https:\/\/*\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "_locales\/*",
                "app.css",
                "de.css",
                "configpicker.js",
                "fr.css",
                "lib\/js-yaml.min.js",
                "lib\/polyfills.min.js",
                "module.js",
                "sidekick.js",
                "utils.js",
                "rum.js",
                "view\/json\/json.html",
                "view-doc-source\/js\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "__MSG_title__",
        "default_icon": {
            "16": "icons\/ec-icon-16x16.png",
            "32": "icons\/ec-icon-32x32.png",
            "48": "icons\/ec-icon-48x48.png",
            "128": "icons\/ec-icon-128x128.png",
            "512": "icons\/ec-icon-512x512.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+H",
                "mac": "MacCtrl+Shift+H"
            },
            "description": "__MSG_description_shortcut__"
        }
    },
    "icons": {
        "16": "icons\/ec-icon-16x16.png",
        "32": "icons\/ec-icon-32x32.png",
        "48": "icons\/ec-icon-48x48.png",
        "128": "icons\/ec-icon-128x128.png",
        "512": "icons\/ec-icon-512x512.png"
    }
}