GamePlan Cloud
GamePlan is a quick and easy way to manage construction projects of all sizes. It enables email free communication with teams.
GamePlan Cloud란 무엇입니까?
GamePlan Cloud은(는) http://gameplancloud.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GamePlan is a quick and easy way to manage construction projects of all sizes. It enables email free communication with teams."입니다.
확장 프로그램 스크린샷
GamePlan Cloud 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
GamePlan is a cloud based construction project management, information management and communication solution. It simplifies management and distribution of information on construction projects and improves team communication. Project teams can easily generate punch lists, daily reports and access drawings and specification from anywhere, anytime using GamePlan's web and mobile applications. Collaboration workflows related to RFIs, Submittals and Change Orders can be easily deployed and the entire process can be tracked in real time helping reduce turnaround times and increased accountability. Automated reminders sent using GamePlan keep teams on tasks and improves productivity. Bottom line, you can deliver successful construction projects within time and under budget with GamePlan under your belt.
확장 프로그램 기본 정보
이름 | |
ID | lpibhlpepdjodeklnmahbflonnanlmce |
공식 URL | https://chrome.google.com/webstore/detail/gameplan-cloud/lpibhlpepdjodeklnmahbflonnanlmce |
설명 | GamePlan is a quick and easy way to manage construction projects of all sizes. It enables email free communication with teams. |
파일 크기 | 5.83 MB |
설치 횟수 | 48 |
현재 버전 | 1.3.1 |
최근 업데이트 | 2015-07-28 |
출시 날짜 | 2015-07-28 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | http://gameplancloud.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.gameplancloud.com |
도움말 페이지 URL | https://gameplan.uservoice.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GamePlan Cloud", "short_name": "GamePlan", "description": "GamePlan is a quick and easy way to manage construction projects of all sizes. It enables email free communication with teams.", "homepage_url": "https:\/\/app.gameplancloud.com\/", "manifest_version": 2, "icons": { "16": "\/images\/App Logo Gameplan - 16x16.png", "32": "\/images\/App Logo Gameplan - 32x32.png", "48": "\/images\/App Logo Gameplan - 48x48.png", "64": "\/images\/App Logo Gameplan - 64x64.png", "128": "\/images\/App Logo Gameplan - 128x128.png" }, "version": "1.3.1", "browser_action": { "default_title": "", "default_icon": "\/images\/App Logo Gameplan - 64x64.png", "default_popup": "window.html" }, "background": { "page": "window.html" }, "permissions": [ "storage", "background", "notifications", "https:\/\/app.gameplancloud.com\/", "https:\/\/app.gameplancloud.com\/notification_template_new.php", "https:\/\/app.gameplancloud.com\/rest\/api.php" ] } |