Free Gantt Chart
Create professional Gantt Chart to manage your work task for free.
Free Gantt Chartとは何ですか?
Free Gantt Chartはhttps://gantt.freebusinessapps.netによって開発されたChromeの拡張機能で、その主な機能は「Create professional Gantt Chart to manage your work task for free.」です。
拡張機能のスクリーンショット
Free Gantt Chart拡張機能のCRXファイルをダウンロード
Free Gantt Chart拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | |
ID | ckdpenmcglmmhdjmjjfeccafbbghiifp |
公式URL | https://chrome.google.com/webstore/detail/free-gantt-chart/ckdpenmcglmmhdjmjjfeccafbbghiifp |
説明 | Create professional Gantt Chart to manage your work task for free. |
ファイルサイズ | 293 KB |
インストール数 | 1,000 |
現在のバージョン | 1.0 |
最終更新日 | 2019-03-11 |
公開日 | 2019-03-11 |
評価 | 3.33/5 合計 3 レビュー |
開発者 | https://gantt.freebusinessapps.net |
支払い方法 | free |
拡張機能のウェブサイト | https://gantt.freebusinessapps.net/ |
対応言語 | 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" ] } } |