Gmail Bulk Snooze Multiple Emails
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
Gmail Bulk Snooze Multiple Emails solves a common email management challenge: snoozing multiple emails in Gmail is tedious when done one at a time. While Gmail allows snoozing individual emails via the "Snooze" button, there is no native way to select multiple emails and snooze them simultaneously. This tool reads your current Gmail inbox view, detects all visible emails selected via Gmail's native checkboxes, and displays a floating panel with snooze controls. You select multiple emails using Gmail's checkboxes, choose a snooze duration (Later today, Tomorrow, Next week, or Pick date/time), and click the duration button. The tool then processes each selected email sequentially, clicking the "Snooze" button, selecting the chosen snooze duration, and confirming the action. Progress tracking shows each email as it's processed, and a preview shows which emails are selected before you snooze.
WHERE IT RUNS
This extension panel runs directly inside your browser as an overlay on Gmail's web interface. It works on the inbox view, label views, and search results. The tool detects selected emails via Gmail's native checkboxes and uses DOM manipulation to interact with Gmail's snooze interface. It requires no additional API keys or permissions beyond the BotGentz extension.
HOW TO USE
After installing the BotGentz extension and activating Gmail Bulk Snooze Multiple Emails, navigate to your Gmail inbox. Select the emails you want to snooze using Gmail's native checkboxes (click the checkbox next to each email). Click the extension icon in your browser toolbar to open the panel. The panel shows a preview of how many emails are selected and their subjects. Choose a snooze duration by clicking one of the buttons: "Later today," "Tomorrow," "Next week," or "Pick date/time." Your preferred duration is remembered for next time. The tool processes each email sequentially with a 600ms delay, showing progress as each email is snoozed. A notification appears when all emails have been processed. You can also use the keyboard shortcut Ctrl+Shift+S to snooze selected emails using your default duration.
TECHNICAL OPERATION — DOM-Based Email Detection and Snooze Automation
This tool detects selected emails by scanning for Gmail's checkbox elements with `role="checkbox"` and `aria-checked="true"`. For each selected email, it finds the parent row element and extracts the subject, sender, and snippet for the preview. When snoozing, the tool locates the "Snooze" button on each email row using selectors like `[aria-label*="Snooze"]` or `.ar6`. If the snooze button is hidden behind a "More" menu, the tool clicks the "More" button first, then finds and clicks the snooze option. The tool then selects the chosen snooze duration from the dropdown menu by matching the duration label, and clicks the confirmation button. A 600ms delay between emails prevents UI congestion and ensures each snooze action completes before the next begins. The tool uses GM_setValue to remember the user's preferred snooze duration and keyboard shortcut preference across sessions.
THE PANEL
The extension panel is fully draggable and remembers its position per site session. It snaps to the nearest edge of the browser viewport when dragged within 50 pixels of any side. You can collapse the panel to a compact title bar using the minimize button, preserving your selection state. The panel resizes vertically by dragging the bottom edge. Press the Escape key to close the panel instantly without losing your selection. The preview updates in real-time as you select or deselect emails.
PLEASE NOTE
This tool requires the free BotGentz extension to function. The script operates by simulating clicks on Gmail's interface and does not use Gmail's official API. It only sees emails that are currently selected via Gmail's checkboxes. For best results, ensure you're in Gmail's standard view and that the snooze feature is available for your account. Gmail's UI structure may change over time, which could affect email detection and snooze flows; we monitor and release compatibility updates as needed. The tool does not store, transmit, or log any email data, content, or user activity. All operations occur locally in your browser session. Snoozing emails will move them out of your inbox until the chosen time — review the preview carefully before confirming.