Free Gantt Chart

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

什么是Free Gantt Chart?

Free Gantt Chart是由https://gantt.freebusinessapps.net开发的Chrome扩展程序,该扩展的主要功能是“Create professional Gantt Chart to manage your work task for free.”。

扩展截图

screenshot
screenshot

下载Free Gantt Chart扩展crx文件

下载Free Gantt Chart扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Free Gantt Chart Free Gantt Chart
ID ckdpenmcglmmhdjmjjfeccafbbghiifp
官方URL https://chrome.google.com/webstore/detail/free-gantt-chart/ckdpenmcglmmhdjmjjfeccafbbghiifp
简介 Create professional Gantt Chart to manage your work task for free.
文件大小 293 KB
安装次数 1,000
当前版本 1.0
更新时间 2019-03-11
上架时间 2019-03-11
评分 3.33/5 共3次评分
开发者 https://gantt.freebusinessapps.net
付费类型 free
扩展官网 https://gantt.freebusinessapps.net/
支持的语言 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"
        ]
    }
}