Kanbie
Kanban board from any tab.
Kanbieคืออะไร?
Kanbie เป็นส่วนขยายของ Chrome ที่พัฒนาโดย atude และคุณลักษณะหลักของมันคือ "Kanban board from any tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kanbie
ดาวน์โหลดไฟล์ส่วนขยาย Kanbie ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Kanbie is a simple kanban board accessible from your extensions bar. - Manage your task list from any tab - without interrupting your workflow - seamlessly. - Sync your board across chrome on any desktop. - Add colored labels to organise your cards to suit you best. - Assign due dates and get notified when your tasks are due. - Customise your board with themes and custom headers.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Kanbie |
ID | hancagoabobbbadijbbfepodbdgjbfpf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/kanbie/hancagoabobbbadijbbfepodbdgjbfpf |
คำอธิบาย | Kanban board from any tab. |
ขนาดไฟล์ | 652 KB |
จำนวนการติดตั้ง | 5,000 |
เวอร์ชันปัจจุบัน | 2.1.0 |
อัปเดตครั้งล่าสุด | 2023-07-09 |
วันที่เผยแพร่ | 2020-05-12 |
คะแนน | 4.70/5 รวมทั้งหมด 43 คะแนน |
ผู้พัฒนา | atude |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Kanbie", "description": "Kanban board from any tab.", "version": "2.1.0", "action": { "default_popup": "index.html" }, "background": { "service_worker": "background.js" }, "icons": { "16": "logo-small.png", "48": "logo-small.png", "128": "logo-small.png" }, "permissions": [ "storage", "alarms", "notifications" ], "commands": { "_execute_action": { "suggested_key": { "windows": "Alt+K", "mac": "Alt+K", "chromeos": "Alt+K", "linux": "Alt+K" } } } } |