The active time you need to reach each day. Default: 7h 46m.
Your weekly active time goal. Default: 38h 50m (5 Γ 7h 46m). The panel and popup show progress toward this target.
Subfolder (inside your browser's default Downloads folder) where report and backup files are saved. Leave blank to save directly to the Downloads folder. Subfolders will be created automatically.
Note: Firefox doesn't allow extensions to choose an arbitrary absolute path. The file always goes to your browser's configured Downloads folder. Use a subfolder name to organize the exports.
Choose the color theme for the monitoring panel.
The timezone used to determine when "today" starts and ends for daily totals.
Leave blank to use your browser's local timezone (recommended).
Accepts IANA timezone names like Asia/Kolkata, America/Los_Angeles, UTC.
Permanently reset today's tracked time to zero. This does not affect historical data or past days. Use this if today's counters look incorrect.
Sync your status data across browsers and machines. Requires a deployed sync backend (see SETUP-SYNC.md). Authentication via API key is required β get your key from your team's sync admin.
π How to generate a new API key
If your key doesn't work or you need a new one, run this command in your terminal (replace YOUR_ALIAS with your login):
aws lambda invoke --function-name cc-monitor-keymgmt-prod --cli-binary-format raw-in-base64-out --payload '{"action":"create","alias":"YOUR_ALIAS"}' /dev/stdout
The command outputs a JSON response with your new key. Copy the apiKey value and paste it above.
π Keys are stored locally and sent as an auth header. They cannot be retrieved after creation.
CC Break Monitor intercepts status change API calls on Command Center and tracks active, break, and offline time throughout the day. It shows a live panel with progress toward your daily active time target.
By default, all data is stored locally in your browser
(chrome.storage.local). Nothing leaves your machine.
Use the Download Full Backup button to export a JSON snapshot at any time.
If you configure Cross-Device Sync above, your daily totals, change log, and current status are synced to a lightweight backend you deploy in your own AWS account:
Cost: effectively $0/month for individual use (all within AWS Free Tier). Your data stays in your AWS account β no shared infrastructure.
No analytics, no telemetry, no third-party services. Permissions are scoped to the specific Command Center and API domains the extension monitors. Privacy Policy
Download page Β· Documentation Β· Features Β· FAQ