Good Gantt

Gantt Chart for Trello

¿Qué es Good Gantt?

Good Gantt es una extensión de Chrome desarrollada por https://goodgantt.com, y su función principal es "Gantt Chart for Trello".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Good Gantt

Descarga archivos de extensión Good Gantt en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Good Gantt Good Gantt
ID kdejbpkhblmpfhbficdjgmikpmcadmpm
URL Oficial https://chromewebstore.google.com/detail/good-gantt/kdejbpkhblmpfhbficdjgmikpmcadmpm
Descripción Gantt Chart for Trello
Tamaño del Archivo 48.67 KB
Cantidad de Instalaciones 9,000
Versión Actual 3.1.1
Última Actualización 2024-02-27
Fecha de Publicación 2019-10-08
Calificación 2.43/5 Total de 21 Calificaciones
Desarrollador https://goodgantt.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://goodgantt.com/
URL de la Página de Política de Privacidad https://goodgantt.com/docs/Privacy.pdf
Idiomas Soportados 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\/"
    }
}