Grey Rook Harvest Time Tracking Helper

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

Was ist Grey Rook Harvest Time Tracking Helper?

Grey Rook Harvest Time Tracking Helper ist eine Chrome-Erweiterung, die von Grey Rook GmbH entwickelt wurde, und ihr Hauptmerkmal ist "Helps you to link your tracked time to issues and stories.".

Erweiterungsscreenshots

screenshot

Grey Rook Harvest Time Tracking Helper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Grey Rook Harvest Time Tracking Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Grey Rook Harvest Time Tracking Helper Grey Rook Harvest Time Tracking Helper
ID klgljijecjfkdfobihclllkadmoeokgg
Offizielle URL https://chromewebstore.google.com/detail/grey-rook-harvest-time-tr/klgljijecjfkdfobihclllkadmoeokgg
Beschreibung Helps you to link your tracked time to issues and stories.
Dateigröße 56.87 KB
Installationsanzahl 102
Aktuelle Version 4.0.0
Letztes Update 2023-12-11
Veröffentlichungsdatum 2019-08-09
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Grey Rook GmbH
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/GreyRook/harvest-jira-chrome
Unterstützte Sprachen 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"
    }
}