JIRA Time Tracker Plus
Tracks and logs your work in JIRA.
Vad är JIRA Time Tracker Plus?
JIRA Time Tracker Plus är en Chrome-tillägg utvecklad av Arjay Labadan, och dess huvudfunktion är "Tracks and logs your work in JIRA.".
Tilläggsskärmbilder
Ladda ner JIRA Time Tracker Plus-förlängningens CRX-fil
Ladda ner JIRA Time Tracker Plus-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
Jira Time Tracker Plus Chrome Extension
Features
1. Easily time track and log your work in Jira.
2. 2 display types:
Project - display all non-DONE issues of a project.
Issue - display all sub-task of any issue type.
3. Switch between projects or issues easily.
https://github.com/jayjaydluffy/jira-time-tracker-plus Grundläggande Information om Tillägg
| Namn | |
| ID | apefmidcficpmimeniaallpkjlnhnicb |
| Officiell webbadress | https://chromewebstore.google.com/detail/jira-time-tracker-plus/apefmidcficpmimeniaallpkjlnhnicb |
| Beskrivning | Tracks and logs your work in JIRA. |
| Filstorlek | 175 KB |
| Antal Installationer | 345 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2017-12-09 |
| Publiceringsdatum | 2017-12-09 |
| Utvecklare | Arjay Labadan |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/jayjaydluffy/jira-time-tracker-plus |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"page": "popup.html"
},
"browser_action": {
"default_icon": "images\/icon32.png",
"default_popup": "popup.html"
},
"description": "Tracks and logs your work in JIRA.",
"icons": {
"128": "images\/icon128.png",
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"64": "images\/icon64.png"
},
"manifest_version": 2,
"name": "JIRA Time Tracker Plus",
"options_ui": {
"chrome_style": true,
"page": "options.html"
},
"permissions": [
"activeTab",
"storage",
" | |