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是由https://gotodo.app開發的Chrome擴展程式,該擴展的主要功能是“GoTodo is your productivity app to organize work & life with simple yet powerful todo list, tasks, reminders, notes, checklists.”。
擴展截圖
下載GoTodo - Todo list, Notes & Reminders擴展crx文件
下載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 |
ID | eijcnghopcodogelipndcafbablojiho |
官方網址 | 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" } |