{"id":19114589,"url":"https://github.com/goodguyry/cq-helper","last_synced_at":"2026-06-12T21:02:01.900Z","repository":{"id":21105251,"uuid":"24405678","full_name":"goodguyry/CQ-Helper","owner":"goodguyry","description":"A Chrome extension for productive use of the Adobe® CQ CMS","archived":false,"fork":false,"pushed_at":"2014-10-15T00:51:07.000Z","size":203,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-22T12:12:41.928Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/goodguyry.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-24T07:46:27.000Z","updated_at":"2014-09-24T08:01:26.000Z","dependencies_parsed_at":"2022-08-18T06:21:38.694Z","dependency_job_id":null,"html_url":"https://github.com/goodguyry/CQ-Helper","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/goodguyry/CQ-Helper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goodguyry%2FCQ-Helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goodguyry%2FCQ-Helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goodguyry%2FCQ-Helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goodguyry%2FCQ-Helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goodguyry","download_url":"https://codeload.github.com/goodguyry/CQ-Helper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goodguyry%2FCQ-Helper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34262157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T04:43:53.106Z","updated_at":"2026-06-12T21:02:01.882Z","avatar_url":"https://github.com/goodguyry.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"CQ Helper\n========\nA Chrome extension for productive use of the Adobe® CQ CMS, [available in the Chrome Web Store](https://chrome.google.com/webstore/detail/cq-helper/naemekoogddiemkfhjjhaidalehodjcp).\n\nAdd all your organization's CMS environments and easily switch between them; right-click pages, images and links to interact with the CMS; search your sites from the browser pop-up or the contextual menu.\n\n- [Features](#features)\n- [Installation](#installation)\n- [Import Environment Settings](#import-environment-settings)\n\n## Features\n\n- Supports multiple CMS environments\n    - Add as many environments as you need\n    - Import settings from a JSON file for easy team deployment\n    - Easily switch environments via the extension's browser pop-up\n- Pages \u0026 Links\n    - Switch between environments\n    - Open and close the Content Finder, even from a live page\n    - Open a page's/link's directory (view its sub-pages)\n    - Open a page's/link's parent directory\n    - Open the current/linked page in CRXDE Lite\n    - Copy the URL to the current/linked page in the other environment\n- Images:\n    - Open an asset's DAM directory\n- Search your domain, either from the browser pop-up or by selecting text and right-clicking\n- Add an external site from which to open links in the CMS\n- Includes helpful links to the Welcome page, CRXDE Lite, Bulk Editor and Activate Tree in the extension's browser pop-up\n\n## Installation\n\n### From the Chrome Web Store\n\n[Download CQ Helper from the Chrome Web Store](https://chrome.google.com/webstore/detail/cq-helper/naemekoogddiemkfhjjhaidalehodjcp)\n\n### Using Git \u0026 Grunt\n\nI recommend you have Grunt installed to automate building this extension. If you're not familiar with Grunt, [you can learn more here](http://gruntjs.com/getting-started).\n\n**Clone the repository:**\n\n```command-line\ngit clone git://github.com/goodguyry/CQ-Helper.git\n```\n\n**Install the necessary Grunt packages:**\n\n```command-line\nnpm install --save-dev\n```\n\n**Build the extension:**\n\n```command-line\ngrunt deploy\n```\n\nNow you're ready to [manually install](http://developer.chrome.com/extensions/packaging.html) CQ Helper. Be sure to choose the ```/build``` directory when asked to specify the _\"Extension root directory\"_.\n\n## Import Environment Settings\n\nIf you'd like to deploy for team use, I would recommend creating a JSON file \u0026ndash; to hold values for the settings page's form fields \u0026ndash; to be imported by team members. This is especially helpful if your organization has more than one instance of CQ.\n\nOf course, importing your settings is helpful even if you only have one instance of CQ.\n\n**Note:** The imported settings will replace all current settings.\n\n```javascript\n// from environments.json\n{\n  \"Production\" : {\n    \"live_url\" : \"www.production.com\",\n    \"cms_url\" : \"cq.production.com\",\n    \"content_path\" : \"/content/production/en\",\n    \"dam_path\" : \"/content/dam/production\",\n    \"search_path\" : \"/search.html?q=\",\n    \"external_url\" : \"jira.production.com\"\n  },\n  \"QA Server\" : {\n    \"live_url\" : \"www.example.com\",\n    \"cms_url\" : \"cq.example.com\",\n    \"content_path\" : \"/content/example/en\",\n    \"dam_path\" : \"/content/dam/example\",\n    \"search_path\" : \"/search.html?q=\",\n    \"external_url\" : \"jira.example.com\"\n  }\n}\n```\n\nEach site can be named anything you'd like (e.g, \"Production\"), however, environment property names must be respected, all required fields' values must be accounted for and the file must be [valid JSON](http://jsonlint.com).\n\n---\n\nAdobe is a registered trademark of Adobe Systems Incorporated in the United States and/or other countries. This software is not affiliated with, nor endorsed by, Adobe Systems Incorporated in any way.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoodguyry%2Fcq-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoodguyry%2Fcq-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoodguyry%2Fcq-helper/lists"}