SuperReminder - Reminder of websites

Never lose track of a website. Easily create customizable reminders of any url.

SuperReminder - Reminder of websitesคืออะไร?

SuperReminder - Reminder of websites เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://superreminder.app และคุณลักษณะหลักของมันคือ "Never lose track of a website. Easily create customizable reminders of any url."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SuperReminder - Reminder of websites

ดาวน์โหลดไฟล์ส่วนขยาย SuperReminder - Reminder of websites ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Do you struggle with managing your web browsing and staying on top of important deadlines? Do you ever forget to visit an important website at the right time? Our Chrome extension can help you improve your productivity and stay organized!

With our extension, you can create reminders for any URL and set the exact time when you want to be alerted. Whether you're a busy professional, a student, or just someone who wants to make the most of their time, our extension can help you stay focused and get more done.

Our customizable notifications let you choose the message, behaviour, and buttons for each reminder, and you can even snooze the notification for a specific amount of time. That means you can set up the perfect reminder for your needs and preferences.

With all your URL reminders organized in one place, you'll never lose track of what you need to visit. And by setting reminders for important websites and deadlines, you can stay on top of your web browsing and accomplish your tasks efficiently.

Some of the keywords related to productivity and reminders that we incorporate in our extension include time management, productivity, reminders, notifications, organization, scheduling, web browsing, deadlines, and efficiency.

Install our extension today and start taking control of your web browsing and tasks!

⭐ Key Features:

- Free extension
- Unlimited number of notifications to create
- 🔁 Recurring reminders:
  1️⃣ Any Interval
  2️⃣ Hourly, Daily, Weekly, Monthly trigger
  3️⃣ Choose weekdays or month days
- Add any URL and optional note
- Choose from the set of predefined alerting times
- Or add your custom time
- Customize the notification appearance: click, snooze behavior, sounds, persistence
- Quickly look up all past and future reminders
- More features to come soon.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SuperReminder - Reminder of websites SuperReminder - Reminder of websites
ID ckdnojfdohejclaobnhlnjdjlmgfkide
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/superreminder-reminder-of/ckdnojfdohejclaobnhlnjdjlmgfkide
คำอธิบาย Never lose track of a website. Easily create customizable reminders of any url.
ขนาดไฟล์ 639 KB
จำนวนการติดตั้ง 59
เวอร์ชันปัจจุบัน 1.1.3
อัปเดตครั้งล่าสุด 2023-04-26
วันที่เผยแพร่ 2023-03-14
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://superreminder.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://superreminder.app
URL หน้าช่วยเหลือ https://superreminder.app/contact
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.1.3",
    "author": "Oleksii Sribnyi",
    "name": "SuperReminder - Reminder of websites",
    "description": "Never lose track of a website. Easily create customizable reminders of any url.",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications",
        "tabs"
    ]
}