Grey Rook Harvest Time Tracking Helper

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

Grey Rook Harvest Time Tracking Helperとは何ですか?

Grey Rook Harvest Time Tracking HelperはGrey Rook GmbHによって開発されたChromeの拡張機能で、その主な機能は「Helps you to link your tracked time to issues and stories.」です。

拡張機能のスクリーンショット

screenshot

Grey Rook Harvest Time Tracking Helper拡張機能のCRXファイルをダウンロード

Grey Rook Harvest Time Tracking Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Grey Rook Harvest Time Tracking Helper Grey Rook Harvest Time Tracking Helper
ID klgljijecjfkdfobihclllkadmoeokgg
公式URL https://chromewebstore.google.com/detail/grey-rook-harvest-time-tr/klgljijecjfkdfobihclllkadmoeokgg
説明 Helps you to link your tracked time to issues and stories.
ファイルサイズ 56.87 KB
インストール数 102
現在のバージョン 4.0.0
最終更新日 2023-12-11
公開日 2019-08-09
評価 5.00/5 合計 2 レビュー
開発者 Grey Rook GmbH
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/GreyRook/harvest-jira-chrome
対応言語 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"
    }
}