Zoho Kanban Board
Kanbanboard
Zoho Kanban Boardคืออะไร?
Zoho Kanban Board เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zentelechia และคุณลักษณะหลักของมันคือ "Kanbanboard"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zoho Kanban Board
ดาวน์โหลดไฟล์ส่วนขยาย Zoho Kanban Board ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Kanban Board for SMT Zoho users
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | nbgomepodcpkgknegkfadkhjikkcoehi |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/zoho-kanban-board/nbgomepodcpkgknegkfadkhjikkcoehi |
คำอธิบาย | Kanbanboard |
ขนาดไฟล์ | 112 KB |
จำนวนการติดตั้ง | 21 |
เวอร์ชันปัจจุบัน | 0.9 |
อัปเดตครั้งล่าสุด | 2014-02-10 |
วันที่เผยแพร่ | 2014-02-10 |
ผู้พัฒนา | Zentelechia |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zoho Kanban Board", "version": "0.9", "manifest_version": 2, "description": "Kanbanboard", "permissions": [ "https:\/\/creator.zoho.com\/*", "notifications" ], "content_scripts": [ { "matches": [ "https:\/\/creator.zoho.com\/*" ], "js": [ "jquery.js", "jquery-ui.js", "main.js" ], "run_at": "document_idle" } ] } |