Kapwing Web Export Queue Badge
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
Kapwing Web Export Queue Badge scans the current page for Kapwing web export queue items, extracting project names, export formats, queue positions, progress statuses, and estimated completion times from Kapwing export interface. The floating panel shows export queue status with position indicators, progress bars, and estimated time remaining for each export. A summary of total exports in queue, active exports, and completed exports is provided. Filter by export status, reorder queue items, and export queue data as CSV or text. Stalled exports are highlighted, and export completion trends are tracked.
WHERE IT RUNS
Works on Kapwing web interface pages, including export queue views, project dashboards, and export management interfaces. The script detects queue items using Kapwing-specific selectors and extracts export metadata. It works best on Kapwing export queue pages.
HOW TO USE
The panel displays a summary of queue statistics (Total, Active, Completed, Pending, Stalled) followed by a list of all detected queue items. Each item shows its name, format, position, progress percentage with a progress bar, status with color coding, and estimated time remaining. Click "Scan Queue" to detect all items on the current page. Export the queue data as text for tracking or reporting. The panel automatically refreshes every 30 seconds to show updated progress.
MECHANISM — QUEUE EXTRACTION WITH PROGRESS TRACKING
The script detects Kapwing export queue items by finding queue containers using selectors (.export-item, .queue-item). From each container, it extracts the project name, export format, queue position, progress percentage, status, and estimated completion time using targeted sub-selectors. Status is classified as active (processing/exporting), completed (done/finished), pending (queued), or stalled (failed/error). Progress bars are rendered for each item based on the extracted percentage. The summary calculates total, active, completed, pending, and stalled counts, as well as average progress. The script highlights stalled exports with a warning indicator. All extraction and calculation runs client-side with no network calls.
THE PANEL
The floating panel is fully draggable and remembers its position per domain. Click the minimize button to collapse it to a small bubble, or press Escape to hide it. The panel automatically adjusts to different screen sizes and can be resized to show more content. All settings, including refresh intervals, are saved per domain. The panel integrates smoothly with any page layout using the BGPanel framework, maintaining clean separation from page content.
PLEASE NOTE
This script requires the free BotGentz extension to run. It does not send any data to external servers; all extracted queue data and settings remain entirely local to your browser using GM_setValue. The script never reads password fields, hidden inputs, or file inputs. It stores only project names, export formats, positions, progress, and statuses from publicly visible Kapwing page content. Queue detection depends on the page structure; if items are not detected, use the "Scan Queue" button to refresh extraction. The script works on Kapwing pages and detects pages by hostname. Progress tracking is based on the data displayed on the page and may not reflect real-time backend progress. Data persists across browser sessions and is isolated per browser profile.