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是由R.C. Domingue開發的Chrome擴展程式,該擴展的主要功能是“For use with Adobe® CQ/AEM CMS. Multiple environments, site search, external links, and settings import for team deployment.”。

擴展截圖

screenshot
screenshot
screenshot

下載CQ Helper擴展crx文件

下載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 CQ Helper
ID naemekoogddiemkfhjjhaidalehodjcp
官方網址 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"
    }
}