Grey Rook Harvest Time Tracking Helper
Helps you to link your tracked time to issues and stories.
What is Grey Rook Harvest Time Tracking Helper?
Grey Rook Harvest Time Tracking Helper is a Chrome extension developed by Grey Rook GmbH, and its main feature is "Helps you to link your tracked time to issues and stories.".
Extension Screenshots
Download Grey Rook Harvest Time Tracking Helper Extension CRX File
Download Grey Rook Harvest Time Tracking Helper 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
Adds a Harvest time tracking pop-up to supported issue tracker sites like Jira. No synchronization to the issue tracker site is done, all data stays in Harvest. Supported sites are Jira, Zammad and GitLab. The official Harvest-Jira integration is done via a Jira plugin - which might not be possible or desirable in some situations.
Extension Basic Information
Name | Grey Rook Harvest Time Tracking Helper |
ID | klgljijecjfkdfobihclllkadmoeokgg |
Official URL | https://chromewebstore.google.com/detail/grey-rook-harvest-time-tr/klgljijecjfkdfobihclllkadmoeokgg |
Description | Helps you to link your tracked time to issues and stories. |
File Size | 56.87 KB |
Installation Count | 102 |
Current Version | 4.0.0 |
Last Updated | 2023-12-11 |
Publish Date | 2019-08-09 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Grey Rook GmbH |
info@greyrook.com | |
Payment Type | free |
Extension Website | https://github.com/GreyRook/harvest-jira-chrome |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Grey Rook Harvest Time Tracking Helper", "version": "4.0.0", "description": "Helps you to link your tracked time to issues and stories.", "author": "Grey Rook GmbH", "icons": { "16": "images\/gr-harvest-tracker-16.png", "48": "images\/gr-harvest-tracker-48.png", "128": "images\/gr-harvest-tracker-128.png" }, "action": { "default_popup": "popupTimer\/popup.html" }, "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "serviceWorker.js" } } |