GanttWork
Gantt charts and scheduling within Basecamp
Cos'è GanttWork?
GanttWork è un'estensione di Chrome sviluppata da www.trackedhq.com, e la sua funzione principale è "Gantt charts and scheduling within Basecamp".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GanttWork
Scarica i file di estensione GanttWork in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | GanttWork |
ID | knpphljjahkfglccppijifcohjkdhchh |
URL Ufficiale | https://chromewebstore.google.com/detail/ganttwork/knpphljjahkfglccppijifcohjkdhchh |
Descrizione | Gantt charts and scheduling within Basecamp |
Dimensione del File | 136 KB |
Conteggio Installazioni | 252 |
Versione Corrente | 2.3.3 |
Ultimo Aggiornamento | 2020-07-23 |
Data di Pubblicazione | 2020-05-30 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | www.trackedhq.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.ganttwork.com/ |
URL della Pagina di Aiuto | https://www.ganttwork.com/contact |
URL della Pagina della Politica sulla Privacy | https://www.trackedhq.com/privacy |
Lingue Supportate | 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\/*" ] } |