AEM Chrome Extension - SourcedCode

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

什麼是AEM Chrome Extension - SourcedCode?

AEM Chrome Extension - SourcedCode是由https://sourcedcode.com開發的Chrome擴展程式,該擴展的主要功能是“AEM Chrome Extension for AEM Content Authors, Developers, and CMS Admins for the AEM platform, all versions of AEM + AEMaaaCS.”。

擴展截圖

screenshot
screenshot
screenshot

下載AEM Chrome Extension - SourcedCode擴展crx文件

下載AEM Chrome Extension - SourcedCode擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 AEM Chrome Extension - SourcedCode AEM Chrome Extension - SourcedCode
ID ebhapiodakbafkjhegnfcmohjccfedkm
官方網址 https://chromewebstore.google.com/detail/aem-chrome-extension-sour/ebhapiodakbafkjhegnfcmohjccfedkm
簡介 AEM Chrome Extension for AEM Content Authors, Developers, and CMS Admins for the AEM platform, all versions of AEM + AEMaaaCS.
檔案大小 557 KB
安裝次數 1,890
目前版本 0.0.8
更新時間 2023-12-19
上架時間 2021-01-30
評分 5.00/5 共 20 次評分
開發者 https://sourcedcode.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://sourcedcode.com
說明頁面URL https://sourcedcode.com/contact-us
隱私政策頁面URL https://sourcedcode.com/privacy-policy
支援的語言 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"
    ]
}