Jira Log Time

Log your daily time in seconds!

Jira Log Timeとは何ですか?

Jira Log TimeはJerichoによって開発されたChromeの拡張機能で、その主な機能は「Log your daily time in seconds!」です。

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

screenshot

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

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

拡張機能の使用方法

                        Super lightweight plugin with no external dependencies.
Access all your issues in a simple popup and log your time with one click.
Provide custom JQL to filter out displayed issues.                    

拡張機能の基本情報

名前 Jira Log Time Jira Log Time
ID peboekgeiffcaddndeonkmkledekeegl
公式URL https://chromewebstore.google.com/detail/jira-log-time/peboekgeiffcaddndeonkmkledekeegl
説明 Log your daily time in seconds!
ファイルサイズ 24.16 KB
インストール数 629
現在のバージョン 1.2.1
最終更新日 2017-01-25
公開日 2017-01-25
評価 4.50/5 合計 10 レビュー
開発者 Jericho
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jira Log Time",
    "short_name": "Jira Log Time",
    "description": "Log your daily time in seconds!",
    "version": "1.2.1",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}