JIRAWorker

Track JIRA WorkLogs

JIRAWorkerとは何ですか?

JIRAWorkerはJIRALyzerによって開発されたChromeの拡張機能で、その主な機能は「Track JIRA WorkLogs」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Easily track the amount of hours logged in JIRA over a set time period.

A great and easy way for Managers and Users alike to track their hours in JIRA in a nice and easy to use interface.

Now with support for up to two teams
Dynamically enable/disable particular user(s) for easier overview

Displays current, and projected, velocity.

Fully responsive and retina ready                    

拡張機能の基本情報

名前 JIRAWorker JIRAWorker
ID dcajmbfhmbfebahjbacngajigbapedjn
公式URL https://chrome.google.com/webstore/detail/jiraworker/dcajmbfhmbfebahjbacngajigbapedjn
説明 Track JIRA WorkLogs
ファイルサイズ 1.77 MB
インストール数 40
現在のバージョン 0.0.0.5
最終更新日 2017-01-20
公開日 2017-01-20
開発者 JIRALyzer
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JIRAWorker",
    "version": "0.0.0.5",
    "manifest_version": 2,
    "description": "Track JIRA WorkLogs",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "80": "icons\/icon80.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "JIRAWorker",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "background": {
        "scripts": [
            "bower_components\/jquery\/dist\/jquery.min.js",
            "src\/inject\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        ""
    ]
}