KPI Snapshot 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
KPI Snapshot Calculator is a floating calculator panel that tracks key performance indicators. Enter revenue, costs, visitors, conversions, and customer acquisition cost — the panel calculates profit, conversion rate, and CAC per customer. Define your own custom KPIs with any name and value. All data persists locally so you can track metrics over time.
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 KPI Snapshot Calculator panel button in the BotGentz extension toolbar. The panel appears at the edge of the page. Enter your revenue, costs, visitors, conversions, and total CAC. The panel updates instantly — showing profit, conversion rate, and CAC per customer. Add custom KPIs by entering a name and value, then clicking "Add/Update". Custom KPIs appear in a separate section. Use "Copy Summary" to copy the full breakdown to your clipboard. All data persists across pages.
TECHNICAL MECHANISM
The calculator uses standard formulas: Profit = Revenue - Costs. Conversion Rate = (Conversions / Visitors) × 100. CAC per Customer = Total CAC / Conversions (if conversions > 0). Custom KPIs are stored as key-value pairs with the name as the key and the value as a number. All data is persisted using GM_setValue and restored with GM_getValue. Core KPI values are also saved for persistence. The panel updates in real time as you type. 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 business metrics may vary. Sites change — the script may need updates to match new site structures.