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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Elegantt | The leading Gantt Chart for Trello एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        *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
आधिकारिक URL 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"
}