ToDo for Google Tasks

It is an application for convenient use of Google Tasks in 3 columns.

ToDo for Google Tasks là gì?

ToDo for Google Tasks là một tiện ích mở rộng Chrome được phát triển bởi https://thetodo.net, và tính năng chính của nó là "It is an application for convenient use of Google Tasks in 3 columns.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ToDo for Google Tasks

Tải xuống các tệp mở rộng ToDo for Google Tasks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ToDo for Google Tasks ToDo for Google Tasks
ID khnenklojdofkfabelfnkdmpmkmioegj
URL Chính Thức https://chromewebstore.google.com/detail/todo-for-google-tasks/khnenklojdofkfabelfnkdmpmkmioegj
Mô tả It is an application for convenient use of Google Tasks in 3 columns.
Kích Thước Tệp 18.17 KB
Số Lần Cài Đặt 467
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-05-11
Ngày Phát Hành 2023-05-11
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://thetodo.net
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://thetodo.net/
URL Trang Trợ Giúp https://thetodo.net/
URL Trang Chính Sách Bảo Mật https://thetodo.net/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}