Gantt chart for Trello

The Ultimate Gantt chart add-on for Trello, brought to you by Ganttify!

Gantt chart for Trelloคืออะไร?

Gantt chart for Trello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gantt-chart.com และคุณลักษณะหลักของมันคือ "The Ultimate Gantt chart add-on for Trello, brought to you by Ganttify!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gantt chart for Trello

ดาวน์โหลดไฟล์ส่วนขยาย Gantt chart for Trello ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Create Gantt charts of your Trello boards with a single click. Drag and drop time blocks to easily schedule your Trello cards and todo's and easily add, update or remove time blocks and milestones.

Define new deadlines, set time blocks, update existing ones and view a large timeline of your Trello board in seconds.

Based on your existing Trello board data, automatically creating a Gantt for Trello has never been easier. This browser extension acts much like a Trello Power Up by adding a "Gantt chart" button to the top right of your Trello board.

Click this button in your Trello board, and it will instantly open the Gantt view right inside Trello.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Gantt chart for Trello Gantt chart for Trello
ID nlmjokbigoalhligphdopakiodopbckj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gantt-chart-for-trello/nlmjokbigoalhligphdopakiodopbckj
คำอธิบาย The Ultimate Gantt chart add-on for Trello, brought to you by Ganttify!
ขนาดไฟล์ 48.72 KB
จำนวนการติดตั้ง 6,231
เวอร์ชันปัจจุบัน 1.2.4
อัปเดตครั้งล่าสุด 2019-05-13
วันที่เผยแพร่ 2019-05-13
คะแนน 4.13/5 รวมทั้งหมด 30 คะแนน
ผู้พัฒนา https://gantt-chart.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://gantt-chart.com/features/trello?utm_source=chrome_webstore&utm_medium=link&utm_campaign=trello_chrome_extension
URL หน้าช่วยเหลือ https://help.gantt-chart.com?utm_source=chrome_webstore&utm_medium=link&utm_campaign=trello_chrome_extension
URL หน้านโยบายความเป็นส่วนตัว https://gantt-chart.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gantt chart for Trello",
    "version": "1.2.4",
    "description": "The Ultimate Gantt chart add-on for Trello, brought to you by Ganttify!",
    "icons": {
        "48": "images\/toolbar-icon-48.png",
        "96": "images\/toolbar-icon-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/trello.com\/*"
            ],
            "js": [
                "js\/index.min.js"
            ],
            "css": [
                "css\/default.css"
            ]
        }
    ]
}