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."입니다.
확장 프로그램 스크린샷
Elegantt | The leading Gantt Chart for Trello 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
확장 프로그램 기본 정보
이름 | |
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" } |