Jira Log Time

Log your daily time in seconds!

Apa itu Jira Log Time?

Jira Log Time adalah ekstensi Chrome yang dikembangkan oleh Jericho, dan fitur utamanya adalah "Log your daily time in seconds!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Jira Log Time

Unduh file ekstensi Jira Log Time dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Jira Log Time Jira Log Time
ID peboekgeiffcaddndeonkmkledekeegl
URL Resmi https://chromewebstore.google.com/detail/jira-log-time/peboekgeiffcaddndeonkmkledekeegl
Deskripsi Log your daily time in seconds!
Ukuran File 24.16 KB
Jumlah Instalasi 629
Versi Saat Ini 1.2.1
Terakhir Diperbarui 2017-01-25
Tanggal Publikasi 2017-01-25
Penilaian 4.50/5 Total 10 Penilaian
Pengembang Jericho
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}