Gantt chart for Trello

The Ultimate Gantt chart add-on for Trello, brought to you by Ganttify!

What is Gantt chart for Trello?

Gantt chart for Trello is a Chrome extension developed by https://gantt-chart.com, and its main feature is "The Ultimate Gantt chart add-on for Trello, brought to you by Ganttify!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Gantt chart for Trello Extension CRX File

Download Gantt chart for Trello extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Create Gantt charts of your Trello boards with a single click. Drag and drop time blocks to easily schedule your Trello cards and todo's and easily add, update or remove time blocks and milestones.

Define new deadlines, set time blocks, update existing ones and view a large timeline of your Trello board in seconds.

Based on your existing Trello board data, automatically creating a Gantt for Trello has never been easier. This browser extension acts much like a Trello Power Up by adding a "Gantt chart" button to the top right of your Trello board.

Click this button in your Trello board, and it will instantly open the Gantt view right inside Trello.                    

Extension Basic Information

Name Gantt chart for Trello Gantt chart for Trello
ID nlmjokbigoalhligphdopakiodopbckj
Official URL https://chromewebstore.google.com/detail/gantt-chart-for-trello/nlmjokbigoalhligphdopakiodopbckj
Description The Ultimate Gantt chart add-on for Trello, brought to you by Ganttify!
File Size 48.72 KB
Installation Count 6,231
Current Version 1.2.4
Last Updated 2019-05-13
Publish Date 2019-05-13
Rating 4.13/5 Total 30 Ratings
Developer https://gantt-chart.com
Email [email protected]
Payment Type free
Extension Website https://gantt-chart.com/features/trello?utm_source=chrome_webstore&utm_medium=link&utm_campaign=trello_chrome_extension
Help Page URL https://help.gantt-chart.com?utm_source=chrome_webstore&utm_medium=link&utm_campaign=trello_chrome_extension
Privacy Policy Page URL https://gantt-chart.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gantt chart for Trello",
    "version": "1.2.4",
    "description": "The Ultimate Gantt chart add-on for Trello, brought to you by Ganttify!",
    "icons": {
        "48": "images\/toolbar-icon-48.png",
        "96": "images\/toolbar-icon-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/trello.com\/*"
            ],
            "js": [
                "js\/index.min.js"
            ],
            "css": [
                "css\/default.css"
            ]
        }
    ]
}