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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } } |