Grey Rook Harvest Time Tracking Helper

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

Grey Rook Harvest Time Tracking Helper là gì?

Grey Rook Harvest Time Tracking Helper là một tiện ích mở rộng Chrome được phát triển bởi Grey Rook GmbH, và tính năng chính của nó là "Helps you to link your tracked time to issues and stories.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Grey Rook Harvest Time Tracking Helper

Tải xuống các tệp mở rộng Grey Rook Harvest Time Tracking Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Grey Rook Harvest Time Tracking Helper Grey Rook Harvest Time Tracking Helper
ID klgljijecjfkdfobihclllkadmoeokgg
URL Chính Thức https://chromewebstore.google.com/detail/grey-rook-harvest-time-tr/klgljijecjfkdfobihclllkadmoeokgg
Mô tả Helps you to link your tracked time to issues and stories.
Kích Thước Tệp 56.87 KB
Số Lần Cài Đặt 102
Phiên Bản Hiện Tại 4.0.0
Cập Nhật Lần Cuối 2023-12-11
Ngày Phát Hành 2019-08-09
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Grey Rook GmbH
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/GreyRook/harvest-jira-chrome
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}