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
Eメール [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"
    ]
}