ToDo for Google Tasks
It is an application for convenient use of Google Tasks in 3 columns.
ToDo for Google Tasks란 무엇입니까?
ToDo for Google Tasks은(는) https://thetodo.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It is an application for convenient use of Google Tasks in 3 columns."입니다.
확장 프로그램 스크린샷
ToDo for Google Tasks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Best app to use Google Tasks. Task display of "today", "tomorrow", "the day after tomorrow", "overdue", "all", global search, alphabetical or date sorting and dark mode support! ◆Sync with Google Tasks It also syncs quickly with Google Tasks and Google Calendar! ◆Narrow down tasks You can display tasks as "today", "tomorrow", "the day after tomorrow", "overdue", and "all"! ◆Sort tasks You can sort by "drag & drop", "date order", and "alphabetical order"! ◆Full search You can quickly search for the task you want to find from all tasks! ◆Security - We do not send your data to non-Google servers. - Data is exchanged directly with Google. Even developers can't see what's inside. - Do not ask for passwords or save them at all. ◆Support If you have any problems, we will help you as soon as possible. Please feel free to contact us at the email address below. [email protected]
확장 프로그램 기본 정보
이름 | ToDo for Google Tasks |
ID | khnenklojdofkfabelfnkdmpmkmioegj |
공식 URL | https://chromewebstore.google.com/detail/todo-for-google-tasks/khnenklojdofkfabelfnkdmpmkmioegj |
설명 | It is an application for convenient use of Google Tasks in 3 columns. |
파일 크기 | 18.17 KB |
설치 횟수 | 467 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2023-05-11 |
출시 날짜 | 2023-05-11 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://thetodo.net |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://thetodo.net/ |
도움말 페이지 URL | https://thetodo.net/ |
개인정보 보호 정책 페이지 URL | https://thetodo.net/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ToDo for Google Tasks", "description": "It is an application for convenient use of Google Tasks in 3 columns.", "version": "1.0.1", "background": { "service_worker": "service_worker.js", "type": "module" }, "action": { "default_title": "ToDo for Google Tasks" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |