Free Gantt Chart
Create professional Gantt Chart to manage your work task for free.
Free Gantt Chartคืออะไร?
Free Gantt Chart เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gantt.freebusinessapps.net และคุณลักษณะหลักของมันคือ "Create professional Gantt Chart to manage your work task for free."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Free Gantt Chart
ดาวน์โหลดไฟล์ส่วนขยาย Free Gantt Chart ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Free Online Gantt Chart that helps you organize your work with support from Google Drive storage. Just install this app from the GSuite Marketplace to your account and start using right away. Create you Gantt chart now!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ckdpenmcglmmhdjmjjfeccafbbghiifp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/free-gantt-chart/ckdpenmcglmmhdjmjjfeccafbbghiifp |
คำอธิบาย | Create professional Gantt Chart to manage your work task for free. |
ขนาดไฟล์ | 293 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-03-11 |
วันที่เผยแพร่ | 2019-03-11 |
คะแนน | 3.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://gantt.freebusinessapps.net |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://gantt.freebusinessapps.net/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Free Gantt Chart", "version": "1.0", "manifest_version": 2, "description": "Create professional Gantt Chart to manage your work task for free.", "container": [ "GOOGLE_DRIVE", "DOMAIN_INSTALLABLE" ], "api_console_project_id": "429665447038", "gdrive_mime_types": { "http:\/\/drive.google.com\/intents\/opendrivedoc": [ { "type": [ "application\/x-shockwave-flash" ], "href": "https:\/\/gantt.freebusinessapps.net\/gantt-chart", "title": "Open", "disposition": "window" } ] }, "icons": { "512": "logo_512.png", "256": "logo_256.png", "128": "logo_128.png", "96": "logo_96.png", "64": "logo_64.png", "48": "logo_48.png", "32": "logo_32.png", "16": "logo_16.png" }, "browser_action": { "default_icon": { "512": "logo_512.png", "256": "logo_256.png", "128": "logo_128.png", "96": "logo_96.png", "64": "logo_64.png", "48": "logo_48.png", "32": "logo_32.png", "16": "logo_16.png" } }, "background": { "scripts": [ "launch.js" ] } } |