GanttWork
Gantt charts and scheduling within Basecamp
GanttWorkคืออะไร?
GanttWork เป็นส่วนขยายของ Chrome ที่พัฒนาโดย www.trackedhq.com และคุณลักษณะหลักของมันคือ "Gantt charts and scheduling within Basecamp"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GanttWork
ดาวน์โหลดไฟล์ส่วนขยาย GanttWork ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
GanttWork adds Gantt charts for easy and beautiful scheduling all within Basecamp 3 UI. Now you can stay in the app you love while accessing even more features.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GanttWork |
ID | knpphljjahkfglccppijifcohjkdhchh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ganttwork/knpphljjahkfglccppijifcohjkdhchh |
คำอธิบาย | Gantt charts and scheduling within Basecamp |
ขนาดไฟล์ | 136 KB |
จำนวนการติดตั้ง | 252 |
เวอร์ชันปัจจุบัน | 2.3.3 |
อัปเดตครั้งล่าสุด | 2020-07-23 |
วันที่เผยแพร่ | 2020-05-30 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | www.trackedhq.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.ganttwork.com/ |
URL หน้าช่วยเหลือ | https://www.ganttwork.com/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://www.trackedhq.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "browser-polyfill.min.js", "background.js" ] }, "content_scripts": [ { "js": [ "browser-polyfill.min.js", "content.js", "js\/jquery.js", "js\/jquery-ui.min.js", "js\/profiles\/mutation_observer.js", "js\/profiles\/create_iframe.js" ], "matches": [ "https:\/\/3.basecamp.com\/*" ], "all_frames": true } ], "short_name": "GanttWork", "name": "GanttWork", "version": "2.3.3", "manifest_version": 2, "description": "Gantt charts and scheduling within Basecamp", "icons": { "48": "images\/logo_48.png" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "browser_action": { "default_icon": "images\/logo_48.png", "default_popup": "html\/popup.html" }, "web_accessible_resources": [ "html\/*", "html_js\/*" ] } |