Teamwork PM Quick View
See your open tasks from Teamwork.com every time you open new tab
Vad är Teamwork PM Quick View?
Teamwork PM Quick View är en Chrome-tillägg utvecklad av AGW Latvia, och dess huvudfunktion är "See your open tasks from Teamwork.com every time you open new tab".
Tilläggsskärmbilder
Ladda ner Teamwork PM Quick View-förlängningens CRX-fil
Ladda ner Teamwork PM Quick View-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 ** Grundläggande Information om Tillägg
| Namn | |
| ID | bjfcghenladfghgjhpjhfjnkdlijmmei |
| Officiell webbadress | https://chromewebstore.google.com/detail/teamwork-pm-quick-view/bjfcghenladfghgjhpjhfjnkdlijmmei |
| Beskrivning | See your open tasks from Teamwork.com every time you open new tab |
| Filstorlek | 461 KB |
| Antal Installationer | 375 |
| Aktuell Version | 1 |
| Senast Uppdaterad | 2015-04-20 |
| Publiceringsdatum | 2015-04-20 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | AGW Latvia |
| Betalningssätt | free |
| Stödda Språk | 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
} | |