AEM Switcher
This extension helps to switch between editor mode and 'publish' mode on AEM projects
What is AEM Switcher?
AEM Switcher is a Chrome extension developed by https://doisbit.com, and its main feature is "This extension helps to switch between editor mode and 'publish' mode on AEM projects".
Download AEM Switcher Extension CRX File
Download AEM Switcher 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
Switch between AEM versions. Automatically gets the current URL you are and send you to the opposite version. If you are in editor.html mode, it sends you to a publish preview version, otherwise it sends back to the editor mode.
Extension Basic Information
Name | AEM Switcher |
ID | fkhkhbjfbjplgfckiohconfccjacdkon |
Official URL | https://chromewebstore.google.com/detail/aem-switcher/fkhkhbjfbjplgfckiohconfccjacdkon |
Description | This extension helps to switch between editor mode and 'publish' mode on AEM projects |
File Size | 6.58 KB |
Installation Count | 66 |
Current Version | 1.0 |
Last Updated | 2017-08-10 |
Publish Date | 2017-08-10 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://doisbit.com |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AEM Switcher", "description": "This extension helps to switch between editor mode and 'publish' mode on AEM projects", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "aem-switcher.html", "default_title": "Switch AEM mode" }, "permissions": [ "activeTab" ] } |