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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "GoTodo is your productivity app to organize work & life with simple yet powerful todo list, tasks, reminders, notes, checklists."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GoTodo - Todo list, Notes & Reminders एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक 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" } |