GanttWork
Gantt charts and scheduling within Basecamp
GanttWork क्या है?
GanttWork www.trackedhq.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gantt charts and scheduling within Basecamp"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GanttWork एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } |