Skip to content

[Feature Request]: <Add Daily Reminder Using Chrome Alarms API> #117

Open
@Tanmayshi

Description

@Tanmayshi

Summary:
Add a daily Chrome notification reminder (e.g., 10 AM) using the chrome.alarms API to prompt users to submit their standup updates regularly. This will help keep users consistent and accountable without needing a manual nudge.


🎯 Goal:

  • Alert users daily at a set time (default 10 AM) with a Chrome notification
  • Optional: Automatically open the extension popup when clicked

🔧 Technical Requirements:

  1. Use chrome.alarms.create() to trigger daily alarms
  2. Use chrome.notifications.create() to show the alert
  3. (Optional) Open extension popup on click using chrome.action.openPopup() or redirect to popup.html (within permission constraints)

💡 Why This Matters:

  • Increases user engagement and habit formation
  • Ensures users don’t forget to submit standups
  • Adds "smart assistant" feel to the extension


📁 Reference:


Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions