CQ Helper
For use with Adobe® CQ/AEM CMS. Multiple environments, site search, external links, and settings import for team deployment.
CQ Helperคืออะไร?
CQ Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย R.C. Domingue และคุณลักษณะหลักของมันคือ "For use with Adobe® CQ/AEM CMS. Multiple environments, site search, external links, and settings import for team deployment."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CQ Helper
ดาวน์โหลดไฟล์ส่วนขยาย CQ Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
For CMS administrators using Adobe® CQ (AEM) CMS. Supports multiple CMS environments - Add as many environments as you need - Import settings from a JSON file for easy team deployment - Easily switch environments via the extension's browser pop-up Pages & Links - Switch between environments - Open and close the Content Finder, even from a live page - Open a page's/link's directory (view its sub-pages) - Open a page's/link's parent directory - Open the current/linked page in CRXDE Lite - Copy the URL to the current/linked page in the other environment Images: - Open an asset's DAM directory Search your domain, either from the browser pop-up or by selecting text and right-clicking Add an external site from which to open links in the CMS Includes helpful links to the Welcome page, CRXDE Lite, Bulk Editor and Activate Tree in the extension's browser pop-up
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CQ Helper |
ID | naemekoogddiemkfhjjhaidalehodjcp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cq-helper/naemekoogddiemkfhjjhaidalehodjcp |
คำอธิบาย | For use with Adobe® CQ/AEM CMS. Multiple environments, site search, external links, and settings import for team deployment. |
ขนาดไฟล์ | 25.52 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 0.9.8 |
อัปเดตครั้งล่าสุด | 2014-10-15 |
วันที่เผยแพร่ | 2014-10-14 |
ผู้พัฒนา | R.C. Domingue |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://github.com/goodguyry/cq-helper |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CQ Helper", "short_name": "CQ Helper", "version": "0.9.8", "manifest_version": 2, "description": "For use with Adobe\u00ae CQ\/AEM CMS. Multiple environments, site search, external links, and settings import for team deployment.", "homepage_url": "http:\/\/github.com\/goodguyry\/CQ-Helper", "options_page": "settings.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "tabs" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "js\/libs\/IndexedJS.min.js", "js\/core.js" ] }, "browser_action": { "default_icon": "images\/icon32.png", "default_title": "CQ Helper", "default_popup": "popup.html" } } |