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 هو إضافة Chrome تم تطويرها بواسطة https://thetodo.net، والميزة الرئيسية لها هي "It is an application for convenient use of Google Tasks in 3 columns.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة ToDo for Google Tasks

قم بتنزيل ملفات الامتداد ToDo for Google Tasks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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/
عنوان صفحة المساعدة https://thetodo.net/
عنوان صفحة سياسة الخصوصية 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"
    }
}