Documentation

Everything you need to get started with CC Break Monitor.

Overview

CC Break Monitor automatically tracks your active, break, and offline time on Command Center for AWS Support agents. It runs as a browser extension for Firefox and Chrome โ€” no manual input required.

The extension monitors Command Center API calls in the background, categorises each status change, and shows a live panel with your daily totals and progress toward your active time target.

Features at a Glance

โฑ๏ธ Auto-Detection ๐Ÿ“Š Time Tracking ๐ŸŽฏ Daily Target โ†บ Reset View โ— Theme Toggle ๐Ÿ”„ Cross-Device Sync ๐Ÿ“ฅ Export Reports ๐Ÿ“Œ Dock or Float ๐Ÿ”’ Privacy First ๐Ÿ” Auto-Updates ๐Ÿ—‚๏ธ Multi-Tab Support

See the full features page for detailed descriptions.

Quick Start โ€” Firefox

  1. Download the latest signed .xpi: cc_break_monitor-latest.xpi
  2. Firefox will prompt you to install โ€” click Add.
  3. Open Command Center. The panel appears automatically.

Updates are automatic. Firefox checks roughly every 24 hours. Force-check via about:addons โ†’ gear icon โ†’ "Check for Updates".

Quick Start โ€” Chrome

Option A โ€” Chrome Web Store (when approved)

Install from the Web Store listing. Auto-updates are handled by Chrome.

Option B โ€” Developer Mode (available now)

  1. Download the latest .zip: cc_break_monitor-chrome-latest.zip
  2. Unzip the file.
  3. Open chrome://extensions/ โ†’ enable Developer mode (top-right toggle).
  4. Click Load unpacked โ†’ select the unzipped folder.
  5. Open Command Center.

Project Structure

cc-break-monitor/ โ”œโ”€โ”€ FireFox-Extension/ โ”‚ โ””โ”€โ”€ CC-StatusChange/ # Firefox (Manifest V2) โ”œโ”€โ”€ Chrome-Extension/ โ”‚ โ””โ”€โ”€ CC-StatusChange/ # Chrome (Manifest V3) โ”œโ”€โ”€ Sync-Backend/ โ”‚ โ”œโ”€โ”€ cloudformation.yaml # One-click CloudFormation stack โ”‚ โ”œโ”€โ”€ sync.js # Lambda handler โ”‚ โ””โ”€โ”€ SETUP-SYNC.md โ”œโ”€โ”€ landing-page/ โ”‚ โ”œโ”€โ”€ index.html # Download page (this site) โ”‚ โ”œโ”€โ”€ readme.html / faq.html / features.html โ”‚ โ””โ”€โ”€ logo.png + screenshots โ”œโ”€โ”€ build-all.sh # Unified build script โ”œโ”€โ”€ README.md โ”œโ”€โ”€ FAQ.md โ””โ”€โ”€ FEATURES.md

Building & Publishing

./build-all.sh # Patch bump (1.4.0 โ†’ 1.4.1) ./build-all.sh minor # Minor bump (1.4.0 โ†’ 1.5.0) ./build-all.sh major # Major bump (1.4.0 โ†’ 2.0.0) ./build-all.sh --no-upload # Build only, skip S3 upload ./build-all.sh --firefox-only ./build-all.sh --chrome-only

Prerequisites

Version Scheme

Versions follow MAJOR.MINOR.PATCH with rollover: