Memo Reminders

Reminders that will help you to do the thing you are often "forgetting" or have a "valid" excuse for not doing it.

Memo Remindersคืออะไร?

Memo Reminders เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://memoreminders.com และคุณลักษณะหลักของมันคือ "Reminders that will help you to do the thing you are often "forgetting" or have a "valid" excuse for not doing it."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Memo Reminders

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

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

                        "Memo reminders" replaces your new tab page and there you can create reminders and you will see them each time you open new tab, additionally there is button with reminders count in your toolbar to remind you in case you don't open new tab that often.
Easily accessible, always there.

"Memo Reminders" is simple, fast and easy to get started. It is not standard To-Do or Reminders application because there is no strict time setting. Just write what you need to do and tap the button and done.

★ Highly customizable: set icon, short text, add longer description if needed
★ Keeps history of your memo reminders
★ Add actions on reminders - Customize the action when you tap on the notification. You can set the action to dial number, prepare SMS text or email someone, navigate to your destination, open website if you need to book tickets… you name it! Saves you time and effort.

And to make your new tab page more useful, you can also add widgets like favorite sites, reddit and more to come.                    

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

ชื่อ Memo Reminders Memo Reminders
ID fpghhjnfcfgaegacgjmfffkjgleebbko
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/memo-reminders/fpghhjnfcfgaegacgjmfffkjgleebbko
คำอธิบาย Reminders that will help you to do the thing you are often "forgetting" or have a "valid" excuse for not doing it.
ขนาดไฟล์ 1.66 MB
จำนวนการติดตั้ง 73
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2020-11-18
วันที่เผยแพร่ 2020-06-01
ผู้พัฒนา https://memoreminders.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://memoreminders.com
URL หน้าช่วยเหลือ https://memoreminders.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://datanasov.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Memo Reminders",
    "version": "1.0.5",
    "icons": {
        "128": "assets\/128.png",
        "512": "assets\/icon.png"
    },
    "description": "Reminders that will help you to do the thing you are often \"forgetting\" or have a \"valid\" excuse for not doing it.",
    "manifest_version": 2,
    "short_name": "Memo Reminders",
    "browser_action": {
        "default_popup": "index.html#\/popup",
        "default_title": "Memo Reminders",
        "default_icon": "assets\/icon-s.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "page": "index.html#\/background",
        "persistent": true
    },
    "permissions": [
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.memoreminders.com https:\/\/*.datanasov.com https:\/\/cdn.paddle.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "homepage_url": "https:\/\/memoreminders.com"
}