Grey Rook Harvest Time Tracking Helper

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

Qu'est-ce que Grey Rook Harvest Time Tracking Helper ?

Grey Rook Harvest Time Tracking Helper est une extension Chrome développée par Grey Rook GmbH, et sa fonction principale est "Helps you to link your tracked time to issues and stories.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Grey Rook Harvest Time Tracking Helper

Téléchargez les fichiers d'extension Grey Rook Harvest Time Tracking Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Grey Rook Harvest Time Tracking Helper Grey Rook Harvest Time Tracking Helper
ID klgljijecjfkdfobihclllkadmoeokgg
URL Officiel https://chromewebstore.google.com/detail/grey-rook-harvest-time-tr/klgljijecjfkdfobihclllkadmoeokgg
Description Helps you to link your tracked time to issues and stories.
Taille du Fichier 56.87 KB
Nombre d'Installations 102
Version Actuelle 4.0.0
Dernière Mise à Jour 2023-12-11
Date de Publication 2019-08-09
Évaluation 5.00/5 Total 2 Évaluations
Développeur Grey Rook GmbH
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/GreyRook/harvest-jira-chrome
Langues Prises en Charge 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"
    }
}