GanttWork
Gantt charts and scheduling within Basecamp
Vad är GanttWork?
GanttWork är en Chrome-tillägg utvecklad av www.trackedhq.com, och dess huvudfunktion är "Gantt charts and scheduling within Basecamp".
Tilläggsskärmbilder
Ladda ner GanttWork-förlängningens CRX-fil
Ladda ner GanttWork-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | GanttWork |
ID | knpphljjahkfglccppijifcohjkdhchh |
Officiell webbadress | https://chromewebstore.google.com/detail/ganttwork/knpphljjahkfglccppijifcohjkdhchh |
Beskrivning | Gantt charts and scheduling within Basecamp |
Filstorlek | 136 KB |
Antal Installationer | 252 |
Aktuell Version | 2.3.3 |
Senast Uppdaterad | 2020-07-23 |
Publiceringsdatum | 2020-05-30 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | www.trackedhq.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.ganttwork.com/ |
Hjälpsida URL | https://www.ganttwork.com/contact |
URL till Sekretesspolicy Sidan | https://www.trackedhq.com/privacy |
Stödda Språk | 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\/*" ] } |