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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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 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
Eメール [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"
}