Grey Rook Harvest Time Tracking Helper

Helps you to link your tracked time to issues and stories.

Wat is Grey Rook Harvest Time Tracking Helper?

Grey Rook Harvest Time Tracking Helper is een Chrome-extensie ontwikkeld door Grey Rook GmbH, en de belangrijkste functie is "Helps you to link your tracked time to issues and stories.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Grey Rook Harvest Time Tracking Helper

Download Grey Rook Harvest Time Tracking Helper-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

                        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.                    

Basisinformatie over de Extensie

Naam Grey Rook Harvest Time Tracking Helper Grey Rook Harvest Time Tracking Helper
ID klgljijecjfkdfobihclllkadmoeokgg
Officiële URL https://chromewebstore.google.com/detail/grey-rook-harvest-time-tr/klgljijecjfkdfobihclllkadmoeokgg
Beschrijving Helps you to link your tracked time to issues and stories.
Bestandsgrootte 56.87 KB
Aantal Installaties 102
Huidige Versie 4.0.0
Laatst Bijgewerkt 2023-12-11
Publicatiedatum 2019-08-09
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Grey Rook GmbH
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/GreyRook/harvest-jira-chrome
Ondersteunde Talen 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"
    }
}