Free Gantt Chart
Create professional Gantt Chart to manage your work task for free.
Was ist Free Gantt Chart?
Free Gantt Chart ist eine Chrome-Erweiterung, die von https://gantt.freebusinessapps.net entwickelt wurde, und ihr Hauptmerkmal ist "Create professional Gantt Chart to manage your work task for free.".
Erweiterungsscreenshots
Free Gantt Chart-Erweiterungs-CRX-Datei herunterladen
Laden Sie Free Gantt Chart-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
Free Online Gantt Chart that helps you organize your work with support from Google Drive storage. Just install this app from the GSuite Marketplace to your account and start using right away. Create you Gantt chart now!
Grundlegende Informationen zur Erweiterung
Name | |
ID | ckdpenmcglmmhdjmjjfeccafbbghiifp |
Offizielle URL | https://chrome.google.com/webstore/detail/free-gantt-chart/ckdpenmcglmmhdjmjjfeccafbbghiifp |
Beschreibung | Create professional Gantt Chart to manage your work task for free. |
Dateigröße | 293 KB |
Installationsanzahl | 1,000 |
Aktuelle Version | 1.0 |
Letztes Update | 2019-03-11 |
Veröffentlichungsdatum | 2019-03-11 |
Bewertung | 3.33/5 Insgesamt 3 Bewertungen |
Entwickler | https://gantt.freebusinessapps.net |
Zahlungsart | free |
Erweiterungswebsite | https://gantt.freebusinessapps.net/ |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Free Gantt Chart", "version": "1.0", "manifest_version": 2, "description": "Create professional Gantt Chart to manage your work task for free.", "container": [ "GOOGLE_DRIVE", "DOMAIN_INSTALLABLE" ], "api_console_project_id": "429665447038", "gdrive_mime_types": { "http:\/\/drive.google.com\/intents\/opendrivedoc": [ { "type": [ "application\/x-shockwave-flash" ], "href": "https:\/\/gantt.freebusinessapps.net\/gantt-chart", "title": "Open", "disposition": "window" } ] }, "icons": { "512": "logo_512.png", "256": "logo_256.png", "128": "logo_128.png", "96": "logo_96.png", "64": "logo_64.png", "48": "logo_48.png", "32": "logo_32.png", "16": "logo_16.png" }, "browser_action": { "default_icon": { "512": "logo_512.png", "256": "logo_256.png", "128": "logo_128.png", "96": "logo_96.png", "64": "logo_64.png", "48": "logo_48.png", "32": "logo_32.png", "16": "logo_16.png" } }, "background": { "scripts": [ "launch.js" ] } } |