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 } |