JIRA Worklog Helper

Makes tracking and logging time easy for JIRA users.

JIRA Worklog Helperとは何ですか?

JIRA Worklog HelperはRobert Pateによって開発されたChromeの拡張機能で、その主な機能は「Makes tracking and logging time easy for JIRA users.」です。

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

screenshot
screenshot
screenshot

JIRA Worklog Helper拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Click the clock to start tracking your time. When you want to stop just go to whatever ticket you want to log that time against and click the clock again.

It fills out the time for you!

It can even log work against tickets selected in your agile/greenhopper boards.

No authentication necessary and no special permissions needed.

Source code at https://github.com/robertpateii/jira-worklog-helper                    

拡張機能の基本情報

名前 JIRA Worklog Helper JIRA Worklog Helper
ID nifjniggknfiammmgoiokjdkjiffadap
公式URL https://chromewebstore.google.com/detail/jira-worklog-helper/nifjniggknfiammmgoiokjdkjiffadap
説明 Makes tracking and logging time easy for JIRA users.
ファイルサイズ 56.19 KB
インストール数 394
現在のバージョン 1.0
最終更新日 2015-11-02
公開日 2015-11-02
評価 4.78/5 合計 9 レビュー
開発者 Robert Pate
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JIRA Worklog Helper",
    "version": "1.0",
    "description": "Makes tracking and logging time easy for JIRA users.",
    "background": {
        "scripts": [
            "eventPage.js"
        ]
    },
    "browser_action": {
        "default_icon": "off-19.png",
        "default_title": "Click to toggle the timer."
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "icons": {
        "48": "off-48.png",
        "128": "off-128.png"
    },
    "manifest_version": 2
}