Elegantt | The leading Gantt Chart for Trello

Elegantt is the leading Gantt chart for Trello. It supercharges your boards to reveal the big picture and match your deadlines.

什麼是Elegantt | The leading Gantt Chart for Trello?

Elegantt | The leading Gantt Chart for Trello是由https://elegantt.com開發的Chrome擴展程式,該擴展的主要功能是“Elegantt is the leading Gantt chart for Trello. It supercharges your boards to reveal the big picture and match your deadlines.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Elegantt | The leading Gantt Chart for Trello擴展crx文件

下載Elegantt | The leading Gantt Chart for Trello擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        *Important*: bugs that triggered negative reviews have been fixed, Elegantt works fully again.

Trello is an incredible tool for managing projects from day to day. It makes it easy for your team to work together and gives them lots of flexibility. Everybody can focus on what's important and be more efficient. But when you need to check the status of all your projects, Trello just doesn't cut it. That's why we designed the "Elegantt for Trello" extension to allow you to see the big picture. It let's you supercharge your Trello boards with powerful Gantt schedule charts.

KEY FEATURES

 → Zoomable view
 → Advanced filters
 → Task dependencies
 → Milestones
 → Save as image
 → And more

PRIVACY POLICY

https://help.elegantt.com/en/articles/3023292-privacy-policy                    

擴展基本資訊

名稱 Elegantt | The leading Gantt Chart for Trello Elegantt | The leading Gantt Chart for Trello
ID jdongfcbejkjibhkbekkjcckophhjcjj
官方網址 https://chromewebstore.google.com/detail/elegantt-the-leading-gant/jdongfcbejkjibhkbekkjcckophhjcjj
簡介 Elegantt is the leading Gantt chart for Trello. It supercharges your boards to reveal the big picture and match your deadlines.
檔案大小 899 KB
安裝次數 113,965
目前版本 2.0.60
更新時間 2023-06-12
上架時間 2020-02-05
評分 2.58/5 共 192 次評分
開發者 https://elegantt.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://elegantt.com/
說明頁面URL http://help.elegantt.com
隱私政策頁面URL https://help.elegantt.com/en/articles/3023292-privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Elegantt for Trello",
    "name": "Elegantt | The leading Gantt Chart for Trello",
    "description": "Elegantt is the leading Gantt chart for Trello. It supercharges your boards to reveal the big picture and match your deadlines.",
    "icons": {
        "16": "$assets\/icon-16.png",
        "128": "$assets\/icon-128.png"
    },
    "background": {
        "scripts": [
            ".\/src\/extension\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/trello.com\/*"
            ],
            "js": [
                ".\/src\/index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "manifest_version": 2,
    "version": "2.0.60"
}