Grey Rook Harvest Time Tracking Helper

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

Apa itu Grey Rook Harvest Time Tracking Helper?

Grey Rook Harvest Time Tracking Helper adalah ekstensi Chrome yang dikembangkan oleh Grey Rook GmbH, dan fitur utamanya adalah "Helps you to link your tracked time to issues and stories.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Grey Rook Harvest Time Tracking Helper

Unduh file ekstensi Grey Rook Harvest Time Tracking Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Grey Rook Harvest Time Tracking Helper Grey Rook Harvest Time Tracking Helper
ID klgljijecjfkdfobihclllkadmoeokgg
URL Resmi https://chromewebstore.google.com/detail/grey-rook-harvest-time-tr/klgljijecjfkdfobihclllkadmoeokgg
Deskripsi Helps you to link your tracked time to issues and stories.
Ukuran File 56.87 KB
Jumlah Instalasi 102
Versi Saat Ini 4.0.0
Terakhir Diperbarui 2023-12-11
Tanggal Publikasi 2019-08-09
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Grey Rook GmbH
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/GreyRook/harvest-jira-chrome
Bahasa yang Didukung 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"
    }
}