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.

Qu'est-ce que Best Reminder App - Set tab & note reminders ?

Best Reminder App - Set tab & note reminders est une extension Chrome développée par https://bestreminderapp.com, et sa fonction principale est "Schedule reminder notifications for tabs or notes and create custom intervals for days of the week or time increments.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Best Reminder App - Set tab & note reminders

Téléchargez les fichiers d'extension Best Reminder App - Set tab & note reminders au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Best Reminder App - Set tab & note reminders Best Reminder App - Set tab & note reminders
ID dnpkpjllkijgiiedcbjjkccmhcgoebbf
URL Officiel https://chromewebstore.google.com/detail/best-reminder-app-set-tab/dnpkpjllkijgiiedcbjjkccmhcgoebbf
Description Schedule reminder notifications for tabs or notes and create custom intervals for days of the week or time increments.
Taille du Fichier 367 KB
Nombre d'Installations 498
Version Actuelle 1.3.3
Dernière Mise à Jour 2024-02-27
Date de Publication 2023-09-12
Évaluation 4.40/5 Total 15 Évaluations
Développeur https://bestreminderapp.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.bestreminderapp.com
URL de la Page de Politique de Confidentialité https://bestreminderapp.com/privacy
Langues Prises en Charge 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\/*"
    ]
}