Trello Flow
Hide columns in trello board that are not important for you!
Trello Flowคืออะไร?
Trello Flow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Renan Borges และคุณลักษณะหลักของมันคือ "Hide columns in trello board that are not important for you!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trello Flow
ดาวน์โหลดไฟล์ส่วนขยาย Trello Flow ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Hide and show columns in Trello, just it! No changes in your tasks, no changes in any card, your flow will keep working the only thing what will happen is: YOU select what YOU want to see or not! One click to hide, one click to show again.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | iiflidlllljlnghlfigmebcnjiloohbn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/trello-flow/iiflidlllljlnghlfigmebcnjiloohbn |
คำอธิบาย | Hide columns in trello board that are not important for you! |
ขนาดไฟล์ | 294 KB |
จำนวนการติดตั้ง | 57 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2022-11-03 |
วันที่เผยแพร่ | 2019-10-10 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Renan Borges |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/renanborgez |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello Flow", "version": "1.0.2", "manifest_version": 2, "description": "Hide columns in trello board that are not important for you!", "homepage_url": "https:\/\/github.com\/renanborgez\/TrelloFlow", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "page_action": { "default_icon": "icons\/icon48.png", "default_title": "Trello Flow" }, "permissions": [ "https:\/\/trello.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |