Free Gantt Chart

Create professional Gantt Chart to manage your work task for free.

Free Gantt Chart là gì?

Free Gantt Chart là một tiện ích mở rộng Chrome được phát triển bởi https://gantt.freebusinessapps.net, và tính năng chính của nó là "Create professional Gantt Chart to manage your work task for free.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Free Gantt Chart

Tải xuống các tệp mở rộng Free Gantt Chart dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Free Online Gantt Chart that helps you organize your work with support from Google Drive storage. Just install this app from the GSuite Marketplace to your account and start using right away. Create you Gantt chart now!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Free Gantt Chart Free Gantt Chart
ID ckdpenmcglmmhdjmjjfeccafbbghiifp
URL Chính Thức https://chrome.google.com/webstore/detail/free-gantt-chart/ckdpenmcglmmhdjmjjfeccafbbghiifp
Mô tả Create professional Gantt Chart to manage your work task for free.
Kích Thước Tệp 293 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-03-11
Ngày Phát Hành 2019-03-11
Đánh Giá 3.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://gantt.freebusinessapps.net
Loại Thanh Toán free
Trang Web Mở Rộng https://gantt.freebusinessapps.net/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Free Gantt Chart",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Create professional Gantt Chart to manage your work task for free.",
    "container": [
        "GOOGLE_DRIVE",
        "DOMAIN_INSTALLABLE"
    ],
    "api_console_project_id": "429665447038",
    "gdrive_mime_types": {
        "http:\/\/drive.google.com\/intents\/opendrivedoc": [
            {
                "type": [
                    "application\/x-shockwave-flash"
                ],
                "href": "https:\/\/gantt.freebusinessapps.net\/gantt-chart",
                "title": "Open",
                "disposition": "window"
            }
        ]
    },
    "icons": {
        "512": "logo_512.png",
        "256": "logo_256.png",
        "128": "logo_128.png",
        "96": "logo_96.png",
        "64": "logo_64.png",
        "48": "logo_48.png",
        "32": "logo_32.png",
        "16": "logo_16.png"
    },
    "browser_action": {
        "default_icon": {
            "512": "logo_512.png",
            "256": "logo_256.png",
            "128": "logo_128.png",
            "96": "logo_96.png",
            "64": "logo_64.png",
            "48": "logo_48.png",
            "32": "logo_32.png",
            "16": "logo_16.png"
        }
    },
    "background": {
        "scripts": [
            "launch.js"
        ]
    }
}