GoTodo - Todo list, Notes & Reminders

GoTodo is your productivity app to organize work & life with simple yet powerful todo list, tasks, reminders, notes, checklists.

GoTodo - Todo list, Notes & Remindersคืออะไร?

GoTodo - Todo list, Notes & Reminders เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gotodo.app และคุณลักษณะหลักของมันคือ "GoTodo is your productivity app to organize work & life with simple yet powerful todo list, tasks, reminders, notes, checklists."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GoTodo - Todo list, Notes & Reminders

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

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

                        GoTodo is a task management app that helps you manage your work-life, stay organized, focus on what matters most and be more productive.

Login directly with Email OTP, Its FREE, no credit card required.

Start creating your to do lists, reminders and notes for any purpose. You can switch between devices, access from anywhere, anytime.

Invite your friends, family or colleagues to any of your GoTodo Workspace, share and collaborate tasks, notes and reminders with them.

Get more done, Happy Goals!

Check more features here https://gotodo.app

. . .
Any questions? Feedback? Support? reach us here [email protected]                    

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

ชื่อ GoTodo - Todo list, Notes & Reminders GoTodo - Todo list, Notes & Reminders
ID eijcnghopcodogelipndcafbablojiho
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gotodo-todo-list-notes-re/eijcnghopcodogelipndcafbablojiho
คำอธิบาย GoTodo is your productivity app to organize work & life with simple yet powerful todo list, tasks, reminders, notes, checklists.
ขนาดไฟล์ 46.27 KB
จำนวนการติดตั้ง 72
เวอร์ชันปัจจุบัน 3.1.5
อัปเดตครั้งล่าสุด 2023-07-21
วันที่เผยแพร่ 2022-08-23
ผู้พัฒนา https://gotodo.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://gotodo.app
URL หน้าช่วยเหลือ https://gotodo.app/chat-support
URL หน้านโยบายความเป็นส่วนตัว https://gotodo.app/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png",
        "256": "icons\/icon-256x256.png",
        "512": "icons\/icon-512x512.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_title": "GoTodo",
        "default_popup": "assets\/popup.html",
        "description": "GoTodo is your productivity app to organize work & life with simple yet powerful todo list, tasks, reminders, notes, checklists."
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [],
    "name": "GoTodo - Todo list, Notes & Reminders",
    "short_name": "GoTodo",
    "description": "GoTodo is your productivity app to organize work & life with simple yet powerful todo list, tasks, reminders, notes, checklists.",
    "version": "3.1.5"
}