CQ5 / AEM Switcher
Quick link widget for Adobe CQ5 / AEM servers. Configure any number of environments and servers needed.
What is CQ5 / AEM Switcher?
CQ5 / AEM Switcher is a Chrome extension developed by StipoSoftware, and its main feature is "Quick link widget for Adobe CQ5 / AEM servers. Configure any number of environments and servers needed.".
Extension Screenshots
Download CQ5 / AEM Switcher Extension CRX File
Download CQ5 / 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
Extension Basic Information
Name | CQ5 / AEM Switcher |
ID | jkpmnjkonfohoabagjmgpjhfoecffhmo |
Official URL | https://chromewebstore.google.com/detail/cq5-aem-switcher/jkpmnjkonfohoabagjmgpjhfoecffhmo |
Description | Quick link widget for Adobe CQ5 / AEM servers. Configure any number of environments and servers needed. |
File Size | 166 KB |
Installation Count | 53 |
Current Version | 1.0.2 |
Last Updated | 2014-06-30 |
Publish Date | 2014-06-30 |
Rating | 5.00/5 Total 3 Ratings |
Developer | StipoSoftware |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CQ5 \/ AEM Switcher", "version": "1.0.2", "manifest_version": 2, "description": "Quick link widget for Adobe CQ5 \/ AEM servers. Configure any number of environments and servers needed.", "options_page": "options.html", "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "interface.html" }, "content_scripts": [ { "matches": [ "http:\/\/jquery.com\/*" ], "js": [ "jquery-1.7.2.min.js" ] } ], "permissions": [ "storage" ] } |