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.
Qu'est-ce que Elegantt | The leading Gantt Chart for Trello ?
Elegantt | The leading Gantt Chart for Trello est une extension Chrome développée par https://elegantt.com, et sa fonction principale est "Elegantt is the leading Gantt chart for Trello. It supercharges your boards to reveal the big picture and match your deadlines.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Elegantt | The leading Gantt Chart for Trello
Téléchargez les fichiers d'extension Elegantt | The leading Gantt Chart for Trello au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
*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
Informations de Base sur l'Extension
Nom | |
ID | jdongfcbejkjibhkbekkjcckophhjcjj |
URL Officiel | https://chromewebstore.google.com/detail/elegantt-the-leading-gant/jdongfcbejkjibhkbekkjcckophhjcjj |
Description | Elegantt is the leading Gantt chart for Trello. It supercharges your boards to reveal the big picture and match your deadlines. |
Taille du Fichier | 899 KB |
Nombre d'Installations | 113,965 |
Version Actuelle | 2.0.60 |
Dernière Mise à Jour | 2023-06-12 |
Date de Publication | 2020-02-05 |
Évaluation | 2.58/5 Total 192 Évaluations |
Développeur | https://elegantt.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://elegantt.com/ |
URL de la Page d'Aide | http://help.elegantt.com |
URL de la Page de Politique de Confidentialité | https://help.elegantt.com/en/articles/3023292-privacy-policy |
Langues Prises en Charge | 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" } |