AEM Chrome Extension - SourcedCode

AEM Chrome Extension for AEM Content Authors, Developers, and CMS Admins for the AEM platform, all versions of AEM + AEMaaaCS.

Apa itu AEM Chrome Extension - SourcedCode?

AEM Chrome Extension - SourcedCode adalah ekstensi Chrome yang dikembangkan oleh https://sourcedcode.com, dan fitur utamanya adalah "AEM Chrome Extension for AEM Content Authors, Developers, and CMS Admins for the AEM platform, all versions of AEM + AEMaaaCS.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi AEM Chrome Extension - SourcedCode

Unduh file ekstensi AEM Chrome Extension - SourcedCode dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        As a content author, developer, or administrator, transitioning between pages, the Touch UI Editor, Classic UI Editor, Page Properties, and CRX/DE Lite can become repetitive. This involves manually copying the URL and making subsequent changes to reach the desired destination. Over time, navigating through AEM using this manual approach consumes a significant amount of unnecessary time.

The AEM Chrome Extension streamlines this process, saving you time by providing easy navigation within AEM—from the Touch UI Editor, Classic UI Editor, Page Properties, and CRX/DE Lite—with a single click on a button or hotkey! This tool allows you to efficiently navigate through the AEM console, ultimately saving you considerable time in the long run.

Main Features:
+ Dynamic Quick Links
From any page under /content/* you can swiftly and quickly navigate to Touch UI Editor, Classic UI Editor, Page Properties, Disabled Mode, Debug Clientlibs Mode, and CRX/DE Lite. On any other page, you can quickly navigate to CRXDE Lite directly to the targeted page or node.

+ Dynamic Quick Links (Hotkey)
Ability to quickly navigate through Dynamic Quick Links:
- "e" - switches currentContext to editor.html for Touch UI.
- "w" - switches currentContext to editor for Classic AEM.
- "c" - switches currentContext to CRX/DE console.
- "p" - switches currentContext to pageProperties editor page.
- "d" - switches currentContext to disabled mode for XF and Sites Content.
- "s" - switches currentContext to Sites or XF folder.
- "a" - switches currentContext to DAM folder (but you must be inside of a DAM asset).

+ Bookmark's Quick Links
This tool also has many useful bookmarks. The bookmarks will allow navigating through AEM's core features quickly. Bookmark links are relative paths from the current origin. Make sure to set the Author Url Origin if you have a designated author environment. 

+ Bookmark's Quick Links (Hotkey)
Ability to quickly navigate through bookmarks quick links by holding SHIFT + :
- "S" - switches currentContext to AEM Sites
- "A" - switches currentContext to DAM assets
- "X" - switches currentContext to Experience Fragments
- "C" - switches currentContext to CRX/DE Lite
- "P" - switches currentContext to Package Manager
- "E" - switches currentContext to Explorer
- "B" - switches currentContext to OSGI > Bundles
- "M" - switches currentContext to OSGI > Config Manager
- "J" - switches currentContext to OSGI > JMX
- "I" - switches currentContext to i18n
- "Q" - switches currentContext to Explain Query Tool
- "U" - switches currentContext to User Manager
- "T" - switches currentContext to Tags
- "R" - switches currentContext to Replication Agents
- "F" - switches currentContext to Component Finder

Other Features:
+ Open New Tab
Enabling this option will ensure that all quick links that are clicked will open a new tab within the browser.

+ Hide Hints
Enabling this option will hide the hinted text in the Chrome extension, giving you a much cleaner layout while using the AEM Chrome Extension tool.

Release V 0.0.8
===============================
+ Shift + Hotkey to navigate to Bookmark's Quick Links.
+ General Bug Fixes.
+ AEMaaCS Support Bug Fixes.
+ Performance Fixes.

Release V 0.0.7
===============================
+ Hotkeys are now visible by default (without the need of clicking on the "show hints".
+ Bug Fixes.
+ Performance Fixes.

Release V 0.0.6
===============================
+ Hotkeys Supported (in show hints).
+ New quick links, just quick reference OOTB features from AEM.
+ Indicator when the "origin" has been set.
+ Bug Fixes.
+ Performance Fixes.

Release V 0.0.5
===============================
+ Bug Fixes.
+ Performance Fixes.

Release V 0.0.4
===============================
+ Updated Name of the extension name from "AEM Quick Links" to "AEM Chrome Extension - SourcedCode".
+ Added Version Indicator.
+ Bug Fixes.
+ Performance Fixes.

Release V 0.0.3
===============================
+ DAM navigation support
         - in CRXDE /content/dam assets with file extension, can open properties page.
         - in CRXDE /content/dam assets with file extension, can navigate to DAM parent folder.
         - in CRXDE /content/dam folder can navigate to DAM parent folder.
         - in AEM console, from properties page, can navigate to CRXDE console.
         - in AEM console, from properties page, can navigate to DAM parent folder.
+ (CTRL + Click) or (CMD + Click) (open new tab support)
+ Bug Fixes
+ Performance Fixes

--------------------------------------------------------------------------------

*This tool mainly supports Sites and DAM, but will work for most other parts for the AEM console.                    

Informasi Dasar Ekstensi

Nama AEM Chrome Extension - SourcedCode AEM Chrome Extension - SourcedCode
ID ebhapiodakbafkjhegnfcmohjccfedkm
URL Resmi https://chromewebstore.google.com/detail/aem-chrome-extension-sour/ebhapiodakbafkjhegnfcmohjccfedkm
Deskripsi AEM Chrome Extension for AEM Content Authors, Developers, and CMS Admins for the AEM platform, all versions of AEM + AEMaaaCS.
Ukuran File 557 KB
Jumlah Instalasi 1,890
Versi Saat Ini 0.0.8
Terakhir Diperbarui 2023-12-19
Tanggal Publikasi 2021-01-30
Penilaian 5.00/5 Total 20 Penilaian
Pengembang https://sourcedcode.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://sourcedcode.com
URL Halaman Bantuan https://sourcedcode.com/contact-us
URL Halaman Kebijakan Privasi https://sourcedcode.com/privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "AEM Chrome Extension for AEM Content Authors, Developers, and CMS Admins for the AEM platform, all versions of AEM + AEMaaaCS.",
    "version": "0.0.8",
    "name": "AEM Chrome Extension - SourcedCode",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "activeTab"
    ]
}