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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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"
    }
}