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 là gì?

Elegantt | The leading Gantt Chart for Trello là một tiện ích mở rộng Chrome được phát triển bởi https://elegantt.com, và tính năng chính của nó là "Elegantt is the leading Gantt chart for Trello. It supercharges your boards to reveal the big picture and match your deadlines.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Elegantt | The leading Gantt Chart for Trello

Tải xuống các tệp mở rộng Elegantt | The leading Gantt Chart for Trello dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        *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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Elegantt | The leading Gantt Chart for Trello Elegantt | The leading Gantt Chart for Trello
ID jdongfcbejkjibhkbekkjcckophhjcjj
URL Chính Thức https://chromewebstore.google.com/detail/elegantt-the-leading-gant/jdongfcbejkjibhkbekkjcckophhjcjj
Mô tả Elegantt is the leading Gantt chart for Trello. It supercharges your boards to reveal the big picture and match your deadlines.
Kích Thước Tệp 899 KB
Số Lần Cài Đặt 113,965
Phiên Bản Hiện Tại 2.0.60
Cập Nhật Lần Cuối 2023-06-12
Ngày Phát Hành 2020-02-05
Đánh Giá 2.58/5 Tổng số 192 Đánh Giá
Nhà Phát Triển https://elegantt.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://elegantt.com/
URL Trang Trợ Giúp http://help.elegantt.com
URL Trang Chính Sách Bảo Mật https://help.elegantt.com/en/articles/3023292-privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}