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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create a Gantt chart from your Trello board in only one click. Created by Placker.com: Planning & Tracking tools for Trello"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

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

crx प्रारूप में Gantt for Trello | by Placker.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}