Jira Timesheet for Google Chrome

Gets the worklogs from the project, filter and group them by user and generate a weekly report.

Apa itu Jira Timesheet for Google Chrome?

Jira Timesheet for Google Chrome adalah ekstensi Chrome yang dikembangkan oleh Dyeison Carraro, dan fitur utamanya adalah "Gets the worklogs from the project, filter and group them by user and generate a weekly report.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Jira Timesheet for Google Chrome

Unduh file ekstensi Jira Timesheet for Google Chrome 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

                                            

Informasi Dasar Ekstensi

Nama Jira Timesheet for Google Chrome Jira Timesheet for Google Chrome
ID icdeoclacajhnleplbffkcbhgpocikda
URL Resmi https://chromewebstore.google.com/detail/jira-timesheet-for-google/icdeoclacajhnleplbffkcbhgpocikda
Deskripsi Gets the worklogs from the project, filter and group them by user and generate a weekly report.
Ukuran File 213 KB
Jumlah Instalasi 378
Versi Saat Ini 0.4
Terakhir Diperbarui 2015-11-04
Tanggal Publikasi 2015-11-04
Penilaian 4.00/5 Total 5 Penilaian
Pengembang Dyeison Carraro
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jira Timesheet for Google Chrome",
    "short_name": "Jira-TimeSheet",
    "description": "Gets the worklogs from the project, filter and group them by user and generate a weekly report.",
    "version": "0.4",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "64": "icons\/icon64.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "Jira Timesheet",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}