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
官方URL 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"
    ]
}