CQ5 / AEM Switcher
Quick link widget for Adobe CQ5 / AEM servers. Configure any number of environments and servers needed.
什么是CQ5 / AEM Switcher?
CQ5 / AEM Switcher是由StipoSoftware开发的Chrome扩展程序,该扩展的主要功能是“Quick link widget for Adobe CQ5 / AEM servers. Configure any number of environments and servers needed.”。
扩展截图
下载CQ5 / AEM Switcher扩展crx文件
下载CQ5 / AEM Switcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | CQ5 / AEM Switcher |
ID | jkpmnjkonfohoabagjmgpjhfoecffhmo |
官方URL | https://chromewebstore.google.com/detail/cq5-aem-switcher/jkpmnjkonfohoabagjmgpjhfoecffhmo |
简介 | Quick link widget for Adobe CQ5 / AEM servers. Configure any number of environments and servers needed. |
文件大小 | 166 KB |
安装次数 | 53 |
当前版本 | 1.0.2 |
更新时间 | 2014-06-30 |
上架时间 | 2014-06-30 |
评分 | 5.00/5 共3次评分 |
开发者 | StipoSoftware |
付费类型 | free |
支持的语言 | 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" ] } |