AEM Navigator
Useful for AEM developers for easy navigation.Useful for Touch UI.
What is AEM Navigator?
AEM Navigator is a Chrome extension developed by gargshubham730, and its main feature is "Useful for AEM developers for easy navigation.Useful for Touch UI.".
Extension Screenshots
Download AEM Navigator Extension CRX File
Download AEM Navigator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
AEM Navigator is meant for AEM developers to ease them to navigate through various consoles easily and way faster. Read the complete blog here https://howtoaem.blogspot.com/2019/10/aem-navigator-chrome-extension-aem_24.html Features 1. Open page in- Edit Mode Disabled Mode Open Page Properties directly and edit them Open page in CRXDE directly 2. Most used consoles CRXDE Package Manager Welcome Page 3. Assets and Sites Open DAM Open Sites Open Templates 4.Felix console Bundles Configuration Manager AEM Logs 5.Miscellaneous Debug Clienlibs Query Builder Workflows Useradmin Miscadmin Tags
Extension Basic Information
Name | AEM Navigator |
ID | fhkechjkbbenaaoghnlmcepoolbfdmca |
Official URL | https://chromewebstore.google.com/detail/aem-navigator/fhkechjkbbenaaoghnlmcepoolbfdmca |
Description | Useful for AEM developers for easy navigation.Useful for Touch UI. |
File Size | 88.78 KB |
Installation Count | 2,472 |
Current Version | 0.4 |
Last Updated | 2019-12-23 |
Publish Date | 2019-12-23 |
Rating | 5.00/5 Total 9 Ratings |
Developer | gargshubham730 |
[email protected] | |
Payment Type | free |
Extension Website | https://howtoaem.blogspot.com/2019/10/aem-navigator-chrome-extension-aem_24.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AEM Navigator", "description": "Useful for AEM developers for easy navigation.Useful for Touch UI.", "version": "0.4", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ] } |