Grey Rook Harvest Time Tracking Helper
Helps you to link your tracked time to issues and stories.
Cos'è Grey Rook Harvest Time Tracking Helper?
Grey Rook Harvest Time Tracking Helper è un'estensione di Chrome sviluppata da Grey Rook GmbH, e la sua funzione principale è "Helps you to link your tracked time to issues and stories.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Grey Rook Harvest Time Tracking Helper
Scarica i file di estensione Grey Rook Harvest Time Tracking Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Grey Rook Harvest Time Tracking Helper |
ID | klgljijecjfkdfobihclllkadmoeokgg |
URL Ufficiale | https://chromewebstore.google.com/detail/grey-rook-harvest-time-tr/klgljijecjfkdfobihclllkadmoeokgg |
Descrizione | Helps you to link your tracked time to issues and stories. |
Dimensione del File | 56.87 KB |
Conteggio Installazioni | 102 |
Versione Corrente | 4.0.0 |
Ultimo Aggiornamento | 2023-12-11 |
Data di Pubblicazione | 2019-08-09 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Grey Rook GmbH |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/GreyRook/harvest-jira-chrome |
Lingue Supportate | 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" } } |