JIRA Time Tracker Plus
Tracks and logs your work in JIRA.
What is JIRA Time Tracker Plus?
JIRA Time Tracker Plus is a Chrome extension developed by Arjay Labadan, and its main feature is "Tracks and logs your work in JIRA.".
Extension Screenshots
Download JIRA Time Tracker Plus Extension CRX File
Download JIRA Time Tracker Plus 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
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
Extension Basic Information
Name | JIRA Time Tracker Plus |
ID | apefmidcficpmimeniaallpkjlnhnicb |
Official URL | https://chromewebstore.google.com/detail/jira-time-tracker-plus/apefmidcficpmimeniaallpkjlnhnicb |
Description | Tracks and logs your work in JIRA. |
File Size | 175 KB |
Installation Count | 345 |
Current Version | 1.0.0 |
Last Updated | 2017-12-09 |
Publish Date | 2017-12-09 |
Developer | Arjay Labadan |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/jayjaydluffy/jira-time-tracker-plus |
Supported Languages | 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", " |