Gantt Chart Generator

Gantt Chart Generator

什么是Gantt Chart Generator?

Gantt Chart Generator是由http://manage-progress.tech开发的Chrome扩展程序,该扩展的主要功能是“Gantt Chart Generator”。

扩展截图

screenshot
screenshot

下载Gantt Chart Generator扩展crx文件

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

扩展使用说明

                        The extension for generating gantt chart by very simple steps:
1. Create project
2. Input tasks, estimations of each tasks
3. Input members, schedule of each members
4. Create Generate gantt chart button

In the addition, you can input time you spent for each task to manage your project progress                    

扩展基本信息

名称 Gantt Chart Generator Gantt Chart Generator
ID laffoghbmagkehgfialloineeoclgchp
官方URL https://chrome.google.com/webstore/detail/gantt-chart-generator/laffoghbmagkehgfialloineeoclgchp
简介 Gantt Chart Generator
文件大小 7.67 KB
安装次数 117
当前版本 1.0
更新时间 2021-02-02
上架时间 2020-12-27
开发者 http://manage-progress.tech
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL http://javoca.com/about/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gantt Chart Generator",
    "description": "Gantt Chart Generator",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "html\/main.html"
    },
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "permissions": [],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "icon.png"
    ]
}