GanttWork
Gantt charts and scheduling within Basecamp
Was ist GanttWork?
GanttWork ist eine Chrome-Erweiterung, die von www.trackedhq.com entwickelt wurde, und ihr Hauptmerkmal ist "Gantt charts and scheduling within Basecamp".
Erweiterungsscreenshots
GanttWork-Erweiterungs-CRX-Datei herunterladen
Laden Sie GanttWork-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | knpphljjahkfglccppijifcohjkdhchh | 
| Offizielle URL | https://chromewebstore.google.com/detail/ganttwork/knpphljjahkfglccppijifcohjkdhchh | 
| Beschreibung | Gantt charts and scheduling within Basecamp | 
| Dateigröße | 136 KB | 
| Installationsanzahl | 252 | 
| Aktuelle Version | 2.3.3 | 
| Letztes Update | 2020-07-23 | 
| Veröffentlichungsdatum | 2020-05-30 | 
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen | 
| Entwickler | www.trackedhq.com | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://www.ganttwork.com/ | 
| Hilfeseite URL | https://www.ganttwork.com/contact | 
| URL der Datenschutzrichtlinien-Seite | https://www.trackedhq.com/privacy | 
| Unterstützte Sprachen | 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\/*"
    ]
}  |  |