This app runs inside the BotSurf browser. Don't have it yet? Get the app or extension now!

Approval Checklist Overlay

Productivity · All
0 installs · Verified BotGentz app
Launch App
Opens in BotSurf — try it free, no account needed.
CategoryProductivity
PlatformAll
Pricing Free
Installs0
Download BotSurf to use — free
No account needed for free apps. Once BotSurf is open, find this app in Apps from the + menu.

About this app

WHAT IT DOES

Provides a structured checklist for managing approval processes and document sign-offs. The script displays a comprehensive checklist with built-in approval steps including Document Reviewed, Compliance Checked, Legal Approved, Finance Approved, Technical Review, Security Review, Quality Assurance, Management Sign-off, Final Approval, and Approval Confirmation Sent. Each step can be marked complete, and the system tracks when each step was completed with timestamps. You can add notes to any step, add custom steps, and track overall progress with a percentage indicator and visual progress bar. The checklist is saved per document identifier, project name, or workflow ID, ensuring continuity across sessions.

WHERE IT RUNS

Works on all websites (match pattern *://*/*), making it perfect for document management systems, compliance portals, contract review platforms, project management tools, legal review systems, or any web-based approval workflow. Each document or project gets its own independent checklist, allowing you to manage multiple approval workflows simultaneously. The checklist state is saved per document identifier, ensuring continuity across sessions and page reloads.

HOW TO USE

Install the script and the approval checklist appears in the panel. Enter a document identifier, project name, or workflow ID to associate the checklist with a specific approval process. Work through the approval steps in order, checking items off as you complete them. Add notes to any step to capture important details like approver comments, compliance findings, or review outcomes. Click "Add Step" to add custom steps for your specific approval process. The progress bar updates in real-time showing completion percentage. View timestamps to see when each step was completed, helping with approval audit trails and compliance reporting. Use the actions buttons to reset the checklist, complete all steps, or clear completed steps. The script saves your progress automatically as you work.

REAL MECHANISM: DOCUMENT-KEYED PERSISTENCE WITH MULTI-DEPARTMENT TIMESTAMP LOGGING

This script uses a document-based storage architecture where each approval process gets its own isolated checklist state. The getApprovalId() function retrieves the current document identifier from GM_setValue or generates a new one. Data is stored using GM_setValue with a key format of "approval_checklist_" plus the document ID, ensuring data isolation between approval workflows. The data structure includes a steps array where each step has an id, text, completed boolean, completedAt timestamp, and notes string. When a checkbox is toggled, the completedAt property is set to Date.now() if checked or null if unchecked, providing precise audit logging for approval timelines. The renderChecklist() function calculates progress using filter() and length, then renders each step as a flex row with a checkbox, text container, optional timestamp display, and delete button. Timestamps are formatted using toLocaleString() for human-readable display. Notes fields are rendered as input elements that persist notes on blur events. The celebration engine triggers when all steps are completed and celebrationEnabled is true, creating 20 animated emoji elements (including 📋 and ✅) with randomized positions, font sizes (16-36px), and animation durations (2-5 seconds) using CSS keyframes, with automatic cleanup after 4 seconds. All operations are reactive, with automatic persistence and UI updates through saveApprovalData() and re-render.

THE PANEL

Drag the panel anywhere on screen by clicking and holding the header. It snaps to screen edges when released. Collapse it to a small bubble by clicking the minimize button, and expand it back by clicking the bubble. Resize the panel from any corner. Press Escape to close the configuration panel. Your position and size preferences are saved automatically per site.

PLEASE NOTE

This script requires the free BotGentz browser extension which provides the BGPanel framework and storage APIs. All data (steps, notes, timestamps, and document identifiers) is stored locally in your browser using GM_setValue and never sent anywhere. No analytics, no tracking, no external calls. The script only reads the current document identifier to isolate checklists and never accesses user data, passwords, or sensitive information. Checklists are saved per document identifier, so ensure you enter a unique identifier for each document or approval process you manage.

Similar Apps

Log in to BotGentz

Suggest an App

Tell us what you'd find useful — if we build it, we'll email you the moment it's ready.