To Do List - Workona
The best task list for work in the browser.
To Do List - Workonaคืออะไร?
To Do List - Workona เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://workona.com และคุณลักษณะหลักของมันคือ "The best task list for work in the browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย To Do List - Workona
ดาวน์โหลดไฟล์ส่วนขยาย To Do List - Workona ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Workona Tasks are the best way to manage tasks in Chrome. Now it’s simple to jot down a task, check in with your most important todos, or create a task list for a project. Creating todo lists is easier than ever — just click the button in your browser bar. This extension lets you create and update tasks from any Chrome tab, and even attach tabs to your tasks so you have the full context. Learn more about Workona: https://workona.com ______________________________________________ FEATURES Create a task instantly Turn any tab or email into a task as soon as you think of it. Just click the extension button in your browser bar or use the keyboard shortcut Opt + Z (or Alt + Z). This lets you quickly add tasks while you work and attach a tab or resource. With your to-do list accessible from every page, it’s easier to stay on top of tasks. Top tasks at your fingertips Your task list is now just a click away in Chrome. Without leaving your current tab or interrupting your workflow, you can access your most important tasks and log any other to-dos that come to mind. Convenient task popup Workona’s task manager includes a popup that’s just a click away. This helps you capture to-dos without opening a separate app. It’s designed to cut down on context switching so you can maintain focus. Without breaking your workflow, you can create as many todo lists as you need. To-do lists for every project Want to separate your to-dos by project? Add them to workspaces, which can provide instant context for each task. To give even more context, attach relevant tabs and docs to the task. Fully featured task list Your task list includes a rich text editor for polished formatting, keyboard shortcuts to move faster, and intuitive drag-and-drop attachments. Plus, a due date email digest to let you know when deadlines are here (optional). SUPPORT Feel free to contact support at [email protected] and we'll reply as soon as possible. MORE INFORMATION By installing the extension, you agree to Workona’s Terms of Service (workona.com/policies/terms) and Privacy Policy (workona.com/policies/privacy).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | To Do List - Workona |
ID | dneiffjipkkinmcpploifdknmhlmfbhc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/to-do-list-workona/dneiffjipkkinmcpploifdknmhlmfbhc |
คำอธิบาย | The best task list for work in the browser. |
ขนาดไฟล์ | 111 KB |
จำนวนการติดตั้ง | 20,000 |
เวอร์ชันปัจจุบัน | 3.0.4 |
อัปเดตครั้งล่าสุด | 2024-02-28 |
วันที่เผยแพร่ | 2021-03-26 |
คะแนน | 4.86/5 รวมทั้งหมด 104 คะแนน |
ผู้พัฒนา | https://workona.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://workona.com/tasks/tour/ |
URL หน้าช่วยเหลือ | https://workona.com/help |
URL หน้านโยบายความเป็นส่วนตัว | https://workona.com/policies/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnsacnN0YludGVra87yKd73uA6GCvhyJN6L\/GP1fAPfFhqxxLxqHsvIfuGQdUbCxP3YE3n96jpSzTXxcIrPibNkgrkAmzIu+CEkOR8lQbu3VeSe1lDozOn10kRemLp50\/RNy3Ti9cuL8CzTpWpz2NcAQWiKKrBJs300WRkQth481W42jPX+fdWa+\/3q5DoIftXr+XKEQFQtdoQRJ5O\/3hsQHuQ2Jh9oNkI4\/Vq\/vG73PbDwxxl+HqYh6jGd37zkCGsRiqdf6Db5oOvkR6VnsL+w0ws8nfKCJXrff0i4ZIZMp1vKqnBaZTvWCsqrb2qgMPkBh0agO7qmdSQgk1AvOk\/QIDAQAB", "manifest_version": 3, "name": "To Do List - Workona", "short_name": "To Do List", "version": "3.0.4", "minimum_chrome_version": "89", "description": "The best task list for work in the browser.", "homepage_url": "https:\/\/workona.com", "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "96": "images\/icon_96.png", "128": "images\/icon_128.png", "256": "images\/icon_256.png" }, "permissions": [ "tabs", "storage" ], "optional_permissions": [ "history" ], "optional_host_permissions": [ "https:\/\/workona.com\/*", "https:\/\/*.workona.com\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "96": "images\/icon_96.png", "128": "images\/icon_128.png", "256": "images\/icon_256.png" }, "default_title": "Workona Tasks", "default_popup": "popup.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+Z" }, "description": "Create a task in Workona" }, "mytasks": { "suggested_key": { "default": "Alt+Shift+Z" }, "description": "My Tasks" } }, "externally_connectable": { "matches": [ "https:\/\/workona.com\/*" ] } } |