Gantt chart for Trello

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

什么是Gantt chart for Trello?

Gantt chart for Trello是由https://gantt-chart.com开发的Chrome扩展程序,该扩展的主要功能是“The Ultimate Gantt chart add-on for Trello, brought to you by Ganttify!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Gantt chart for Trello扩展crx文件

下载Gantt chart for Trello扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Gantt chart for Trello Gantt chart for Trello
ID nlmjokbigoalhligphdopakiodopbckj
官方URL https://chromewebstore.google.com/detail/gantt-chart-for-trello/nlmjokbigoalhligphdopakiodopbckj
简介 The Ultimate Gantt chart add-on for Trello, brought to you by Ganttify!
文件大小 48.72 KB
安装次数 6,231
当前版本 1.2.4
更新时间 2019-05-13
上架时间 2019-05-13
评分 4.13/5 共30次评分
开发者 https://gantt-chart.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://gantt-chart.com/features/trello?utm_source=chrome_webstore&utm_medium=link&utm_campaign=trello_chrome_extension
帮助页面URL https://help.gantt-chart.com?utm_source=chrome_webstore&utm_medium=link&utm_campaign=trello_chrome_extension
隐私政策页面URL https://gantt-chart.com/privacy-policy
支持的语言 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"
            ]
        }
    ]
}