Teamwork PM Quick View
See your open tasks from Teamwork.com every time you open new tab
什么是Teamwork PM Quick View?
Teamwork PM Quick View是由AGW Latvia开发的Chrome扩展程序,该扩展的主要功能是“See your open tasks from Teamwork.com every time you open new tab”。
扩展截图
下载Teamwork PM Quick View扩展crx文件
下载Teamwork PM Quick View扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
See your open tasks from Teamwork each time you open new a tab. This plugin is intended to be used with Project Manager http://www.teamwork.com. Plugin requires your API key from Teamwork.com. More info http://goo.gl/95VgeQ * v1 - changelog * Bugfix ** We are not affiliated to Teamwork.com **
扩展基本信息
名称 | Teamwork PM Quick View |
ID | bjfcghenladfghgjhpjhfjnkdlijmmei |
官方URL | https://chromewebstore.google.com/detail/teamwork-pm-quick-view/bjfcghenladfghgjhpjhfjnkdlijmmei |
简介 | See your open tasks from Teamwork.com every time you open new tab |
文件大小 | 461 KB |
安装次数 | 375 |
当前版本 | 1 |
更新时间 | 2015-04-20 |
上架时间 | 2015-04-20 |
评分 | 5.00/5 共2次评分 |
开发者 | AGW Latvia |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Teamwork PM Quick View", "description": "See your open tasks from Teamwork.com every time you open new tab", "version": "1", "incognito": "split", "chrome_url_overrides": { "newtab": "twtasks.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/authenticate.teamworkpm.net https:\/\/*.teamwork.com; object-src 'self'", "permissions": [ "storage" ], "icons": { "16": "\/img\/icon16.png", "48": "\/img\/icon48.png", "128": "\/img\/icon128.png" }, "manifest_version": 2 } |