Created
December 12, 2025 07:46
-
-
Save tapanagkumar/236344fead964eecbc215f8f68b08f04 to your computer and use it in GitHub Desktop.
Privacy Policy for BugBox Dashcam
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BugBox Dashcam is a developer tool that processes data locally on your device to create bug reports. We do not collect, transmit, or sell your data. | |
| 1. Data Collection (Local Only) When you manually click "Enable Dashcam", the extension temporarily buffers: | |
| Screen Video: Recording of the active tab (up to 120s). | |
| Network Logs: Request URLs, methods, and timing. | |
| Console Logs: JavaScript errors and messages. | |
| Activity Metrics: Count of DOM changes and mouse movement pixels (used only to pause/resume recording). | |
| 2. Data Security & Sanitization | |
| RAM Storage: Data is held in temporary memory (RAM) and is never saved to disk until you export it. | |
| Automatic Redaction: Sensitive headers "Cookie", "Authorization", and "Set-Cookie" are stripped from network logs specifically to prevent accidental leak of credentials. | |
| No Remote Servers: The extension has no backend. Data never leaves your machine unless you manually share the exported file. | |
| 3. Data Usage Data is used exclusively to: | |
| Create the downloadable ZIP file containing the video and logs. | |
| Power the "Adaptive Entropy" feature which pauses recording during idle moments to save memory. | |
| 4. User Control | |
| Activation: Recording is strictly opt-in via the "Enable" button. | |
| Deletion: ALL data is permanently erased from memory when you click "Stop" or close the tab. | |
| Export: You choose if and when to save the data to your computer. | |
| 5. Compliance We do not sell data. We do not use data for lending or credit scoring. We are compliant with Chrome Web Store Developer Program Policies regarding user privacy. | |
| Contact: Support via the Web Store listing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment