Good Gantt
Gantt Chart for Trello
什麼是Good Gantt?
Good Gantt是由https://goodgantt.com開發的Chrome擴展程式,該擴展的主要功能是“Gantt Chart for Trello”。
擴展截圖
下載Good Gantt擴展crx文件
下載Good Gantt擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
ALL BOARDS IN ONE PLACE In the Gantt Chart view, you can see all the boards of your Trello account and the tasks for them. You can disable what you want also. AUTOMATIC CARDS MOVEMENT Customize the necessary columns in which your cards will be added or moved - Default column This column automatically includes all tasks that are created through Gantt Chart View. - In progress column (SOON) If the time tracker starts tracking the time by task, it automatically moves to that column. - Completed column (SOON) Tasks that are marked as completed in the Gantt Chart View will automaticly move in this column. GROUPING Group tasks and build any hierarchy. Keep track of the progress of the exercise throughout the group. EXPORT Export a Gantt chart in the following ways: - PDF - PNG - Excel - MS Project - iCal/Google Calendar/Outlook RENAMING Change the name of the task/Trello card directly right on the Gantt View. CARDS OPENING Opening a Trello card directly in Gantt View. MILESTONES Flexible milestones creation. HOTKEYS Quick work with hotkeys. WORKLOAD PANEL Watch for the load of your team members and evenly distribute the load between them using the access panel. Choose between the number of tasks and the number of working hours per day. CONNECT YOUR TIME TRACKERS (SOON) Connect your favorite time trackers and track your employees' performance right on the gantt chart. Tracked time is displayed as a green bar on the task line. STATS (SOON) Brief statistics of the time spent by the performer in each card. INDICATORS (SOON) Indication of changes in the cards on the Gantt View. DEPENDENCES (SOON) Build dependence between tasks. Any changes in terms will shift related tasks. PROGRESS (SOON) Make subjective progress on the task in order to understand at what stage the readiness is.
擴展基本資訊
名稱 | Good Gantt |
ID | kdejbpkhblmpfhbficdjgmikpmcadmpm |
官方網址 | https://chromewebstore.google.com/detail/good-gantt/kdejbpkhblmpfhbficdjgmikpmcadmpm |
簡介 | Gantt Chart for Trello |
檔案大小 | 48.67 KB |
安裝次數 | 9,000 |
目前版本 | 3.1.1 |
更新時間 | 2024-02-27 |
上架時間 | 2019-10-08 |
評分 | 2.43/5 共 21 次評分 |
開發者 | https://goodgantt.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://goodgantt.com/ |
隱私政策頁面URL | https://goodgantt.com/docs/Privacy.pdf |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Good Gantt", "description": "Gantt Chart for Trello", "version": "3.1.1", "manifest_version": 3, "icons": { "16": ".\/icons\/favicon-16.png", "48": ".\/icons\/favicon-48.png", "128": ".\/icons\/favicon-128.png" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/trello.com\/*" ], "js": [ ".\/content.js" ], "css": [ ".\/content.css" ] } ], "permissions": [], "content_security_policy": { "extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-src https:\/\/trello.com\/" } } |