GoTodo - Todo list, Notes & Reminders

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

Qu'est-ce que GoTodo - Todo list, Notes & Reminders ?

GoTodo - Todo list, Notes & Reminders est une extension Chrome développée par https://gotodo.app, et sa fonction principale est "GoTodo is your productivity app to organize work & life with simple yet powerful todo list, tasks, reminders, notes, checklists.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension GoTodo - Todo list, Notes & Reminders

Téléchargez les fichiers d'extension GoTodo - Todo list, Notes & Reminders au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom GoTodo - Todo list, Notes & Reminders GoTodo - Todo list, Notes & Reminders
ID eijcnghopcodogelipndcafbablojiho
URL Officiel https://chromewebstore.google.com/detail/gotodo-todo-list-notes-re/eijcnghopcodogelipndcafbablojiho
Description GoTodo is your productivity app to organize work & life with simple yet powerful todo list, tasks, reminders, notes, checklists.
Taille du Fichier 46.27 KB
Nombre d'Installations 72
Version Actuelle 3.1.5
Dernière Mise à Jour 2023-07-21
Date de Publication 2022-08-23
Développeur https://gotodo.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://gotodo.app
URL de la Page d'Aide https://gotodo.app/chat-support
URL de la Page de Politique de Confidentialité https://gotodo.app/privacy
Langues Prises en Charge 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"
}