Todo.is | Todo List - Tasks & Project Manager

Todo.is browser extension to open your To-do List - Tasks & Project Management in a new window.

Todo.is | Todo List - Tasks & Project Managerคืออะไร?

Todo.is | Todo List - Tasks & Project Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Atlas Web Solutions และคุณลักษณะหลักของมันคือ "Todo.is browser extension to open your To-do List - Tasks & Project Management in a new window."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Todo.is | Todo List - Tasks & Project Manager

ดาวน์โหลดไฟล์ส่วนขยาย Todo.is | Todo List - Tasks & Project Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        The Todo.is browser extension is the ultimate to-do list solution for anyone who wants to stay organized and productive while browsing the web. With support for Chrome, you can easily manage your tasks and projects no matter which browser you prefer to use.

Whether you're a busy professional, a student, or a freelancer, Todo.is has everything you need to stay on top of your to-do list. With the browser extension installed, you can create multiple projects and tasks, add descriptions and attachments, set reminders and due dates, and assign tasks to team members.

One of the key benefits of the Todo.is browser extension is that it syncs seamlessly with the Todo.is web app and mobile apps, so you can access your tasks from anywhere and on any device. This means you can quickly add tasks to your list as you come across them while browsing the web, and then easily check them off later when you're on your laptop, tablet, or phone.

Another great feature of the Todo.is browser extension is that it lets you generate a link for your project and share it with others as either a public or private link. This makes it easy to collaborate with team members, family members, or friends on tasks and projects.

So if you're looking for a powerful and versatile to-do list app that works seamlessly with your favorite browser, look no further than Todo.is. Install the extension today and start getting things done.                    

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

ชื่อ Todo.is | Todo List - Tasks & Project Manager Todo.is | Todo List - Tasks & Project Manager
ID fampkccmbmendcceblpgjmocfibgklmb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/todois-todo-list-tasks-pr/fampkccmbmendcceblpgjmocfibgklmb
คำอธิบาย Todo.is browser extension to open your To-do List - Tasks & Project Management in a new window.
ขนาดไฟล์ 24.28 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-04-29
วันที่เผยแพร่ 2023-04-29
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Atlas Web Solutions
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://todo.is/
URL หน้าช่วยเหลือ https://blog.todo.is/p/contact-us.html
URL หน้านโยบายความเป็นส่วนตัว https://typli.ai/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Todo.is | Todo List - Tasks & Project Manager",
    "version": "1.0",
    "description": "Todo.is browser extension to open your To-do List - Tasks & Project Management in a new window.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "64": "icon64.png",
            "128": "icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs"
    ]
}