Free Gantt Chart
Create professional Gantt Chart to manage your work task for free.
What is Free Gantt Chart?
Free Gantt Chart is a Chrome extension developed by https://gantt.freebusinessapps.net, and its main feature is "Create professional Gantt Chart to manage your work task for free.".
Extension Screenshots
Download Free Gantt Chart Extension CRX File
Download Free Gantt Chart extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | ckdpenmcglmmhdjmjjfeccafbbghiifp |
Official URL | https://chrome.google.com/webstore/detail/free-gantt-chart/ckdpenmcglmmhdjmjjfeccafbbghiifp |
Description | Create professional Gantt Chart to manage your work task for free. |
File Size | 293 KB |
Installation Count | 1,000 |
Current Version | 1.0 |
Last Updated | 2019-03-11 |
Publish Date | 2019-03-11 |
Rating | 3.33/5 Total 3 Ratings |
Developer | https://gantt.freebusinessapps.net |
Payment Type | free |
Extension Website | https://gantt.freebusinessapps.net/ |
Supported Languages | 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" ] } } |