Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 2.25 KB

README.md

File metadata and controls

44 lines (32 loc) · 2.25 KB

Rocket Zena Platform Enhancer

A Chrome extension to improve ASG/Rocket Zena Orchestrator.

Features

  • Psudeo Dark Mode (inverts the colors of the webpage)
  • Environment Switcher (quickly switch between Test, QA and Prod)
    • (Hold the Control or Command key while switching to open in a new tab)
  • Colorized Headers to Match environments (Green in Test, Purple in QA, Red in Prod)
  • Auto-Expand collapsable components (utilized in Process Reporting)
  • Disable "Save Before Exiting" Prompt
  • Enable multi-line editing of variables in the Operations view
    • (Limited to Zena version 4.3.1.61)
  • Adds option to change tab title to Zena Environment
  • Folders can be auto-expanded by name

Zena Environment Selectors

Have a feature suggestion? Open an issue.

Installing This Extension

This extension is published to the Chrome Web Store and can be downloaded for Google Chrome and Microsoft Edge browsers.

Manual Installation (Load Unpacked)

In Chrome, visit the url chrome://extensions

Enable Developer Mode by toggling the switch on the top right corner of the page.

Click on Load unpacked button, select the src folder from this repo (which contains this extension), and click on "Select Folder".

Using This Extension in Your Own Zena Instance

This plugin was developed around a specific Rocket Zena environment, if you're interested in using this extension in your own environment there are a few changes you'll need to make.

  • Reconfigure the matches array values in the src/manifest.json file to match your own installation URL.
  • Adjust the environment logic (found in src/library/js/app.js) to correctly detect each of your own environments.