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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
}