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”。

擴展截圖

screenshot
screenshot

下載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 Teamwork PM Quick View
ID bjfcghenladfghgjhpjhfjnkdlijmmei
官方網址 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
}