Gantt Chart Generator
Gantt Chart Generator
什麼是Gantt Chart Generator?
Gantt Chart Generator是由http://manage-progress.tech開發的Chrome擴展程式,該擴展的主要功能是“Gantt Chart Generator”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | laffoghbmagkehgfialloineeoclgchp |
官方網址 | 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" ] } |