boost. Task management made simple

Organize and manage tasks with drag and drop cards

boost. Task management made simpleคืออะไร?

boost. Task management made simple เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Josh Ho และคุณลักษณะหลักของมันคือ "Organize and manage tasks with drag and drop cards"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย boost. Task management made simple

ดาวน์โหลดไฟล์ส่วนขยาย boost. Task management made simple ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        An extension for managing personal tasks, work, job applications, ideas, and whatever else you want!

Features include:

- Multi boards
- Multi columns
- Labels / Filtering
- Scheduled Reminders
- Search
- Dark theme

- Exporting / Importing
- Templates

Currently, data is stored locally on your browser, so you will not be able to sync data across different devices.

If you have any questions or concerns, feel free to contact me at 
[email protected]

~~~~~~~~~~~~~~~~

Privacy Policy for boost.

Last Updated: Dec 27th, 2023

1. Personal Information Collection

We only require your email address via an associated Google Account. 

2. Use of Your Email

We use your email solely for account creation and identification purposes. There are no marketing emails, no newsletters.

3. Local Storage of Data

Here's the cool part: all your data is stored locally on your device. We don't use cloud storage, so you're in full control.

4. No Sharing, Period

Since everything's stored locally, there's nothing on our servers to share or sell. Your email and data remain your business, not ours.

5. Data Security

Your data security is as good as your device's. We recommend keeping your device secure to protect your data.

6. Changes to This Policy

We'll keep this policy updated here. Any changes? You'll find them on this page.

7. Contact Us

Questions or concerns? Feel free to reach out at [email protected].                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ boost. Task management made simple boost. Task management made simple
ID jeoeplaeienbiolajhbpjojcjpjljode
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/boost-task-management-mad/jeoeplaeienbiolajhbpjojcjpjljode
คำอธิบาย Organize and manage tasks with drag and drop cards
ขนาดไฟล์ 2.7 MB
จำนวนการติดตั้ง 1,319
เวอร์ชันปัจจุบัน 1.3.4
อัปเดตครั้งล่าสุด 2024-02-27
วันที่เผยแพร่ 2023-03-21
คะแนน 4.50/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Josh Ho
อีเมล [email protected]
ประเภทการชำระเงิน in_app
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1TJe9Vw4jkSakdwbFusPz8VTfbiZRBx7jAVMutqB9YM0/edit?usp=sharing
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Organize and manage tasks with drag and drop cards",
    "version": "1.3.4",
    "manifest_version": 3,
    "name": "boost. Task management made simple",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "identity",
        "identity.email",
        "notifications",
        "alarms"
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}