Good Gantt

Gantt Chart for Trello

Good Gantt란 무엇입니까?

Good Gantt은(는) https://goodgantt.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gantt Chart for Trello"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Good Gantt 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 Good Gantt
ID kdejbpkhblmpfhbficdjgmikpmcadmpm
공식 URL 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\/"
    }
}