Teamwork PM Quick View

See your open tasks from Teamwork.com every time you open new tab

What is Teamwork PM Quick View?

Teamwork PM Quick View is a Chrome extension developed by AGW Latvia, and its main feature is "See your open tasks from Teamwork.com every time you open new tab".

Extension Screenshots

screenshot
screenshot

Download Teamwork PM Quick View Extension CRX File

Download Teamwork PM Quick View extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Teamwork PM Quick View Teamwork PM Quick View
ID bjfcghenladfghgjhpjhfjnkdlijmmei
Official URL https://chromewebstore.google.com/detail/teamwork-pm-quick-view/bjfcghenladfghgjhpjhfjnkdlijmmei
Description See your open tasks from Teamwork.com every time you open new tab
File Size 461 KB
Installation Count 375
Current Version 1
Last Updated 2015-04-20
Publish Date 2015-04-20
Rating 5.00/5 Total 2 Ratings
Developer AGW Latvia
Payment Type free
Supported Languages 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
}