Best Reminder App - Set tab & note reminders

Schedule reminder notifications for tabs or notes and create custom intervals for days of the week or time increments.

什么是Best Reminder App - Set tab & note reminders?

Best Reminder App - Set tab & note reminders是由https://bestreminderapp.com开发的Chrome扩展程序,该扩展的主要功能是“Schedule reminder notifications for tabs or notes and create custom intervals for days of the week or time increments.”。

扩展截图

screenshot
screenshot
screenshot

下载Best Reminder App - Set tab & note reminders扩展crx文件

下载Best Reminder App - Set tab & note reminders扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Remind yourself of that interesting article you just found, daily tasks, drink water, get up and walk around, or maybe just to check a website again. The extension allows you to easily set reminders for tab URLs and/or notes. You will receive a Chrome notification for the date and time of the reminder. 

🚨🚨 Important Note! 🚨🚨 
Make sure that you have notifications for Chrome and Chrome Notification Helpers enabled. The reminder notifications will not show if this is not enabled. You can check this by going to your browser settings and searching for notifications. Or, by checking the system settings on your computer.

Features:

🔒 Privacy and Offline Functionality: All your reminders function offline, meaning your data is stored locally and never leaves your browser. This ensures your privacy and security.

☕ Add daily reminders: Add price tracker reminders, remember to check your flight status, drink water every hour, or anything else you can think
of.

🔄 Repeating Reminders: Forget the hassle of setting multiple alarms. Customize your alerts to repeat at intervals spanning minutes to weeks or specific days. It's the simple solution to managing recurring tasks, meetings, and habits!

🏗️ Custom Schedules for Time Intervals: Set your reminders for specific dates and times or choose recurring intervals in minutes, hours, days, or weeks.

🗓️ Flexible Day Scheduling: Get reminded on specific days of the week—weekends, weekdays, individual days like Mondays or Thursdays, or select multiple days like Mondays, Wednesdays, and Fridays.

🙌 Simple and Easy to Use: Add reminders in just a few clicks. No need to open a separate app or tab. The interface is clean and straightforward, so you can focus and not get distracted with clunky UIs or features you don't need.

⏰ Rich Notifications: Include the tab URL by default, or personalize your reminder with custom text.


How to Set Reminders
---------------------------------------

1. Install the extension.

2. Browse to a tab you want to be reminded of or use the extension popup to enter a custom note.

3.  Include URLs and notes

🔗 Include Tab URL: 
Switch this on to link your reminder to the current webpage. When the reminder notification pops up, clicking on it will open the linked URL, allowing you to close the tab after setting the reminder.

🖊️ Include Note Text: 
Activate this to access a text area to jot down notes for your reminder. This is useful for adding detailed information to your tasks.

4. Or, use Quick Set Options

💥 For immediate reminders, use one of the quick options: 'in 30 mins', 'in 1 hour', 'in 1 day', or 'in 1 week'.

5. Set Date and Time Configuration

🗓️ Date: Choose a future date for your reminder. For repeating reminders, the blue dot signifies the 'first' date in the series.
🕟 Time: Set a future time when you want the reminder to alert you. Make sure that both date and time are set ahead of the current time to ensure proper scheduling.

6. Repeat Schedule

From the 'Repeat' dropdown, select how often you want the reminder to occur. Your choices can range from once to recurring patterns like daily or weekly. The starting date of this sequence is indicated by a blue dot.

7. Add Reminder

Hit the 'Remind me' button to save your reminder. You can close the tab after setting the reminder, since clicking on the reminder notification will reopen the URL when it’s time.

8. Upcoming Reminders

The 'Upcoming' section allows you to see all reminders that are set.

Make sure that notifications are enabled for the browser. Notifications have to be enabled for the browser, not just the extension. You can check this by going to your browser settings and searching for notifications. Or, by checking the system settings on your computer.

Receive browser notifications when it's time!


---

Have any questions? Don't hesitate to tweet us at @bestreminderapp.                    

扩展基本信息

名称 Best Reminder App - Set tab & note reminders Best Reminder App - Set tab & note reminders
ID dnpkpjllkijgiiedcbjjkccmhcgoebbf
官方URL https://chromewebstore.google.com/detail/best-reminder-app-set-tab/dnpkpjllkijgiiedcbjjkccmhcgoebbf
简介 Schedule reminder notifications for tabs or notes and create custom intervals for days of the week or time increments.
文件大小 367 KB
安装次数 498
当前版本 1.3.3
更新时间 2024-02-27
上架时间 2023-09-12
评分 4.40/5 共15次评分
开发者 https://bestreminderapp.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://www.bestreminderapp.com
隐私政策页面URL https://bestreminderapp.com/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.3.3",
    "author": "bestreminderapp.com",
    "name": "Best Reminder App - Set tab & note reminders",
    "description": "Schedule reminder notifications for tabs or notes and create custom intervals for days of the week or time increments.",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "idle",
        "tabs",
        "alarms",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/www.bestreminderapp.com\/*"
    ]
}