Elegantt | The leading Gantt Chart for Trello
Elegantt is the leading Gantt chart for Trello. It supercharges your boards to reveal the big picture and match your deadlines.
Elegantt | The leading Gantt Chart for Trelloคืออะไร?
Elegantt | The leading Gantt Chart for Trello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://elegantt.com และคุณลักษณะหลักของมันคือ "Elegantt is the leading Gantt chart for Trello. It supercharges your boards to reveal the big picture and match your deadlines."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Elegantt | The leading Gantt Chart for Trello
ดาวน์โหลดไฟล์ส่วนขยาย Elegantt | The leading Gantt Chart for Trello ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
*Important*: bugs that triggered negative reviews have been fixed, Elegantt works fully again. Trello is an incredible tool for managing projects from day to day. It makes it easy for your team to work together and gives them lots of flexibility. Everybody can focus on what's important and be more efficient. But when you need to check the status of all your projects, Trello just doesn't cut it. That's why we designed the "Elegantt for Trello" extension to allow you to see the big picture. It let's you supercharge your Trello boards with powerful Gantt schedule charts. KEY FEATURES → Zoomable view → Advanced filters → Task dependencies → Milestones → Save as image → And more PRIVACY POLICY https://help.elegantt.com/en/articles/3023292-privacy-policy
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jdongfcbejkjibhkbekkjcckophhjcjj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/elegantt-the-leading-gant/jdongfcbejkjibhkbekkjcckophhjcjj |
คำอธิบาย | Elegantt is the leading Gantt chart for Trello. It supercharges your boards to reveal the big picture and match your deadlines. |
ขนาดไฟล์ | 899 KB |
จำนวนการติดตั้ง | 113,965 |
เวอร์ชันปัจจุบัน | 2.0.60 |
อัปเดตครั้งล่าสุด | 2023-06-12 |
วันที่เผยแพร่ | 2020-02-05 |
คะแนน | 2.58/5 รวมทั้งหมด 192 คะแนน |
ผู้พัฒนา | https://elegantt.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://elegantt.com/ |
URL หน้าช่วยเหลือ | http://help.elegantt.com |
URL หน้านโยบายความเป็นส่วนตัว | https://help.elegantt.com/en/articles/3023292-privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Elegantt for Trello", "name": "Elegantt | The leading Gantt Chart for Trello", "description": "Elegantt is the leading Gantt chart for Trello. It supercharges your boards to reveal the big picture and match your deadlines.", "icons": { "16": "$assets\/icon-16.png", "128": "$assets\/icon-128.png" }, "background": { "scripts": [ ".\/src\/extension\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/trello.com\/*" ], "js": [ ".\/src\/index.js" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self'; object-src 'self'", "manifest_version": 2, "version": "2.0.60" } |