Teamwork PM Quick View

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

Cos'è Teamwork PM Quick View?

Teamwork PM Quick View è un'estensione di Chrome sviluppata da AGW Latvia, e la sua funzione principale è "See your open tasks from Teamwork.com every time you open new tab".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Teamwork PM Quick View

Scarica i file di estensione Teamwork PM Quick View in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Teamwork PM Quick View Teamwork PM Quick View
ID bjfcghenladfghgjhpjhfjnkdlijmmei
URL Ufficiale https://chromewebstore.google.com/detail/teamwork-pm-quick-view/bjfcghenladfghgjhpjhfjnkdlijmmei
Descrizione See your open tasks from Teamwork.com every time you open new tab
Dimensione del File 461 KB
Conteggio Installazioni 375
Versione Corrente 1
Ultimo Aggiornamento 2015-04-20
Data di Pubblicazione 2015-04-20
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore AGW Latvia
Tipo di Pagamento free
Lingue Supportate 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
}