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文件
下载GamePlan Cloud扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |