Gantt Chart Generator
Gantt Chart Generator
Gantt Chart Generatorคืออะไร?
Gantt Chart Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://manage-progress.tech และคุณลักษณะหลักของมันคือ "Gantt Chart Generator"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gantt Chart Generator
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |