JIRA Time Tracker Plus
Tracks and logs your work in JIRA.
Wat is JIRA Time Tracker Plus?
JIRA Time Tracker Plus is een Chrome-extensie ontwikkeld door Arjay Labadan, en de belangrijkste functie is "Tracks and logs your work in JIRA.".
Extensie Screenshots
Download het CRX-bestand van de extensie JIRA Time Tracker Plus
Download JIRA Time Tracker Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | JIRA Time Tracker Plus |
ID | apefmidcficpmimeniaallpkjlnhnicb |
Officiële URL | https://chromewebstore.google.com/detail/jira-time-tracker-plus/apefmidcficpmimeniaallpkjlnhnicb |
Beschrijving | Tracks and logs your work in JIRA. |
Bestandsgrootte | 175 KB |
Aantal Installaties | 345 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2017-12-09 |
Publicatiedatum | 2017-12-09 |
Ontwikkelaar | Arjay Labadan |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/jayjaydluffy/jira-time-tracker-plus |
Ondersteunde Talen | 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", " |