Data Bridge

The Problem

Call-center leads spend admin time copying agent performance data out of Zoom and Convoso reports into tracking spreadsheets. The reports use split tables and dynamic AngularJS rendering, and raw paste operations bring in inconsistent formatting, null values, and misaligned durations.

The Fix

Data Bridge scans the rendered report in the browser, converts the raw HTML data into clean tab-separated values, sanitizes nulls (--0), normalizes time durations to HH:MM:SS, alphabetizes the agent list during copy, and puts the result on the clipboard for direct paste into Google Sheets or Excel. Nothing leaves the browser; processing is local.

How It Works

  1. Load the agent performance report in Zoom or Convoso.
  2. Open Data Bridge and click Scan Report.
  3. Click Copy to Clipboard and paste into the master spreadsheet.

Version 1.0.1. No ratings yet on the Chrome Web Store.