Gantt Chart Generator

Gantt Chart Generator

What is Gantt Chart Generator?

Gantt Chart Generator is a Chrome extension developed by http://manage-progress.tech, and its main feature is "Gantt Chart Generator".

Extension Screenshots

screenshot
screenshot

Download Gantt Chart Generator Extension CRX File

Download Gantt Chart Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Gantt Chart Generator Gantt Chart Generator
ID laffoghbmagkehgfialloineeoclgchp
Official URL https://chrome.google.com/webstore/detail/gantt-chart-generator/laffoghbmagkehgfialloineeoclgchp
Description Gantt Chart Generator
File Size 7.67 KB
Installation Count 117
Current Version 1.0
Last Updated 2021-02-02
Publish Date 2020-12-27
Developer http://manage-progress.tech
Email [email protected]
Payment Type free
Privacy Policy Page URL http://javoca.com/about/privacy
Supported Languages 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"
    ]
}