GanttWork
Gantt charts and scheduling within Basecamp
Qu'est-ce que GanttWork ?
GanttWork est une extension Chrome développée par www.trackedhq.com, et sa fonction principale est "Gantt charts and scheduling within Basecamp".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GanttWork
Téléchargez les fichiers d'extension GanttWork au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | GanttWork |
ID | knpphljjahkfglccppijifcohjkdhchh |
URL Officiel | https://chromewebstore.google.com/detail/ganttwork/knpphljjahkfglccppijifcohjkdhchh |
Description | Gantt charts and scheduling within Basecamp |
Taille du Fichier | 136 KB |
Nombre d'Installations | 252 |
Version Actuelle | 2.3.3 |
Dernière Mise à Jour | 2020-07-23 |
Date de Publication | 2020-05-30 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | www.trackedhq.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.ganttwork.com/ |
URL de la Page d'Aide | https://www.ganttwork.com/contact |
URL de la Page de Politique de Confidentialité | https://www.trackedhq.com/privacy |
Langues Prises en Charge | 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\/*" ] } |