Meeting Time Calculator
Sum up time spent in calendar meetings this week.
productivity
PlugThis prompt
Build a Chrome extension called "Meeting Time Calculator" that injects a stats panel into Google Calendar's week view showing total meeting hours for the current week, broken down by: total, recurring vs. one-off, with-external-guests vs. internal-only, and average meeting length. Parse events directly from the DOM via a content script. Provide a popup with the same stats plus a 4-week trend chart. Permissions: storage, activeTab. Host permissions: https://calendar.google.com/*. Manifest V3 with content script.
How to build it in 3 minutes
- Sign in to PlugThis and open the chat input.
- Copy the prompt above and paste it into the chat.
- PlugThis generates the full Manifest V3 extension in 60-90 seconds.
- Download the zip, extract it, and load it via
chrome://extensionsdeveloper mode.