GoTodo - Todo list, Notes & Reminders
GoTodo is your productivity app to organize work & life with simple yet powerful todo list, tasks, reminders, notes, checklists.
Vad är GoTodo - Todo list, Notes & Reminders?
GoTodo - Todo list, Notes & Reminders är en Chrome-tillägg utvecklad av https://gotodo.app, och dess huvudfunktion är "GoTodo is your productivity app to organize work & life with simple yet powerful todo list, tasks, reminders, notes, checklists.".
Tilläggsskärmbilder
Ladda ner GoTodo - Todo list, Notes & Reminders-förlängningens CRX-fil
Ladda ner GoTodo - Todo list, Notes & Reminders-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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]
Grundläggande Information om Tillägg
Namn | GoTodo - Todo list, Notes & Reminders |
ID | eijcnghopcodogelipndcafbablojiho |
Officiell webbadress | https://chromewebstore.google.com/detail/gotodo-todo-list-notes-re/eijcnghopcodogelipndcafbablojiho |
Beskrivning | GoTodo is your productivity app to organize work & life with simple yet powerful todo list, tasks, reminders, notes, checklists. |
Filstorlek | 46.27 KB |
Antal Installationer | 72 |
Aktuell Version | 3.1.5 |
Senast Uppdaterad | 2023-07-21 |
Publiceringsdatum | 2022-08-23 |
Utvecklare | https://gotodo.app |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://gotodo.app |
Hjälpsida URL | https://gotodo.app/chat-support |
URL till Sekretesspolicy Sidan | https://gotodo.app/privacy |
Stödda Språk | 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" } |