OKR Progress Calculator
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
OKR Progress Calculator is a floating calculator panel that tracks Objectives and Key Results (OKRs). Add objectives, then add key results with target values and current values. The panel calculates progress percentage for each key result (current / target × 100), average progress per objective, and overall average progress across all objectives. Each KR shows a progress bar and percentage. This helps teams and individuals track progress toward goals.
WHERE IT RUNS
This script runs on any website you visit. It reads only the page you are looking at, never other tabs, bookmarks, or browser data. All data stays in your browser — nothing is sent anywhere.
HOW TO USE
Click the OKR Progress Calculator panel button in the BotGentz extension toolbar. The panel appears at the edge of the page. Enter an objective name and click "Add Objective". For each objective, add key results by entering a name and target value, then clicking "+ KR". Update current values as you make progress. The panel shows progress bars and percentages for each KR, per objective, and overall. Use "Copy Summary" to copy the full breakdown to your clipboard. All data persists across pages.
TECHNICAL MECHANISM
The calculator stores objectives and key results as a JSON array. Each objective has a name and an array of key results. Each key result has a name, target value, and current value. Progress for each KR = (current / target) × 100, capped at 100%. Progress per objective = average of its KRs. Overall progress = average of all objectives. Updates are saved using GM_setValue and restored with GM_getValue. The panel updates in real time as you edit values. All calculations run client-side in pure JavaScript.
THE PANEL
The panel is a floating overlay that you can drag anywhere on the screen by its header. It remembers its position per site so it reappears where you left it. The panel can be collapsed into a small handle to get it out of the way, and snapped to the edge of the page. It can be resized to fit your workflow. Press Escape to close the panel.
PLEASE NOTE
This script requires the free BotGentz extension to run. All data stays in your browser — nothing is transmitted or shared. The panel works on any website. The calculator is for tracking purposes only — actual OKR methodology may vary. Sites change — the script may need updates to match new site structures.