Gantt for Trello | by Placker.com

Create a Gantt chart from your Trello board in only one click. Created by Placker.com: Planning & Tracking tools for Trello

Gantt for Trello | by Placker.com란 무엇입니까?

Gantt for Trello | by Placker.com은(는) https://placker.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create a Gantt chart from your Trello board in only one click. Created by Placker.com: Planning & Tracking tools for Trello"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Gantt for Trello | by Placker.com 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        PLEASE NOTE: You'll start with a 15 day free trail period, after that a subscription is required to continue to use Placker.

This plugin will generate a Gantt chart from one or more Trello boards in Placker.com.

Feature rich-> View one or multiple boards in a single Gantt, compare planned versus actual timelines, create and manage dependencies and visualize progress.

Flexible -> Customize the layout and order of your cards, understand member workload and apply filters to create the view you need.

Connected -> Export to PDF, PNG, iCal, MS Project or spreadsheet, import updates (to Trello) through spreadsheet.


Gantt for Trello is a product of Placker.com, we add project management tools on top of Trello, next to Gantt charts you can also manage multiple boards in a single view, create project dashboards and import/export to spreadsheet.

Placker helps teams to plan and track their work, we are actively working on improving Placker and this plugin every day. Please let me know your comments when you have them, if you have an issue we have stellar support in our in-app chat.

Updates:
0.12.1 -> Fixed an issue where incorrect icon was shown.
0.13.1 -> A number of feature improvements to Placker are now reflected correctly in the description also.
1.05.1 -> Added additional pop-ups to describe the functionality and to handle the flow for first users better.

This plugin and Placker.com are not related to Trello or Fog Creek software in any way. (other then that I love and use Trello every day).                    

확장 프로그램 기본 정보

이름 Gantt for Trello | by Placker.com Gantt for Trello | by Placker.com
ID cjmlnaabfplidoaeildcdndpnefcdhoh
공식 URL https://chromewebstore.google.com/detail/gantt-for-trello-by-plack/cjmlnaabfplidoaeildcdndpnefcdhoh
설명 Create a Gantt chart from your Trello board in only one click. Created by Placker.com: Planning & Tracking tools for Trello
파일 크기 61.24 KB
설치 횟수 5,745
현재 버전 1.5.1
최근 업데이트 2021-04-07
출시 날짜 2020-08-05
평점 4.27/5 총 33 개의 평점
개발자 https://placker.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://placker.com
도움말 페이지 URL https://placker.com/blog/trello-to-placker-chrome-plugin/
개인정보 보호 정책 페이지 URL https://placker.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gantt for Trello | by Placker.com",
    "short_name": "Gantt for Trello",
    "description": "Create a Gantt chart from your Trello board in only one click. Created by Placker.com: Planning & Tracking tools for Trello",
    "version": "1.5.1",
    "page_action": {
        "default_icon": "icons\/ext_gantt_icon.png",
        "default_title": "View Gantt"
    },
    "icons": {
        "48": "icons\/gantt_for_trello_48.png",
        "128": "icons\/gantt_for_trello_128.png"
    },
    "background": {
        "scripts": [
            "javascript\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "storage"
    ]
}