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
Eメール [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"
            ]
        }
    ]
}