GanttWork
Gantt charts and scheduling within Basecamp
什么是GanttWork?
GanttWork是由www.trackedhq.com开发的Chrome扩展程序,该扩展的主要功能是“Gantt charts and scheduling within Basecamp”。
扩展截图
下载GanttWork扩展crx文件
下载GanttWork扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
GanttWork adds Gantt charts for easy and beautiful scheduling all within Basecamp 3 UI. Now you can stay in the app you love while accessing even more features.
扩展基本信息
名称 | GanttWork |
ID | knpphljjahkfglccppijifcohjkdhchh |
官方URL | https://chromewebstore.google.com/detail/ganttwork/knpphljjahkfglccppijifcohjkdhchh |
简介 | Gantt charts and scheduling within Basecamp |
文件大小 | 136 KB |
安装次数 | 252 |
当前版本 | 2.3.3 |
更新时间 | 2020-07-23 |
上架时间 | 2020-05-30 |
评分 | 5.00/5 共1次评分 |
开发者 | www.trackedhq.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.ganttwork.com/ |
帮助页面URL | https://www.ganttwork.com/contact |
隐私政策页面URL | https://www.trackedhq.com/privacy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "browser-polyfill.min.js", "background.js" ] }, "content_scripts": [ { "js": [ "browser-polyfill.min.js", "content.js", "js\/jquery.js", "js\/jquery-ui.min.js", "js\/profiles\/mutation_observer.js", "js\/profiles\/create_iframe.js" ], "matches": [ "https:\/\/3.basecamp.com\/*" ], "all_frames": true } ], "short_name": "GanttWork", "name": "GanttWork", "version": "2.3.3", "manifest_version": 2, "description": "Gantt charts and scheduling within Basecamp", "icons": { "48": "images\/logo_48.png" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "browser_action": { "default_icon": "images\/logo_48.png", "default_popup": "html\/popup.html" }, "web_accessible_resources": [ "html\/*", "html_js\/*" ] } |