A Chrome extension that adds a 🖨️ Print Formatted Report button to the ScoutsTracker "Ready to Demonstrate" report, giving you a clean, printable checklist — one page per Cub — that you can use at meetings or copy into Excel.
When you open the Ready to Demonstrate report on scoutstracker.ca, the extension adds a Print Formatted Report button above the list. Clicking it opens a new tab with the Ready to Demonstrate data formatted in a more printer friendly format.
- One page per Cub (with proper page breaks when printing)
- One table per badge, showing only the outstanding requirements
- A checkbox for each skill so you can tick them off as Cubs demonstrate
- An Awarded checkbox in each badge heading to sign off the whole badge
- Badges where these are the final requirements highlighted in amber
Note: This extension is not on the Chrome Web Store, so you need to load it manually. This is a one-time setup that takes about two minutes.
Download or copy the project to your computer (Code > Download Zip). It should contain the following files:
badger/
├── LICENSE
├── README.md
├── content.js
└── manifest.json
- Open Google Chrome
- In the address bar, type
chrome://extensionsand press Enter - In the top-right corner, turn on Developer mode
- Click Load unpacked (appears after enabling Developer mode)
- Navigate to and select the
badge-extensionfolder - The extension will appear in your list as ScoutsTracker Print Reporter
The Print Report button opens in a new tab. Chrome will block this the first time:
- After clicking Print Report, look for the blocked pop-up icon in the address bar
- Click it and choose Always allow pop-ups from scoutstracker.ca
- Click Print Report again — it will work from now on
- Go to scoutstracker.ca and log in
- Navigate to Reports → Ready to Demonstrate
- Click the green 🖨️ Print Formatted Report button that appears above the list
- A new tab opens with the formatted report
- Click Print (or use
Ctrl+P/Cmd+P) to print, or select and copy the tables into Excel
The Print Report button doesn't appear
- Make sure you are on the Ready to Demonstrate report, not another report type
- Try refreshing the page
- Check that the extension is enabled at
chrome://extensions
The new tab is blank or blocked
- Follow Step 4 above to allow pop-ups from scoutstracker.ca
The extension stopped working after a Chrome update
- Go to
chrome://extensions, find ScoutsTracker Print Reporter, and click the refresh icon. Then, reload the scoutstracker site.