JIRA Worklog Helper
Makes tracking and logging time easy for JIRA users.
Apa itu JIRA Worklog Helper?
JIRA Worklog Helper adalah ekstensi Chrome yang dikembangkan oleh Robert Pate, dan fitur utamanya adalah "Makes tracking and logging time easy for JIRA users.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi JIRA Worklog Helper
Unduh file ekstensi JIRA Worklog Helper 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
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
Informasi Dasar Ekstensi
Nama | JIRA Worklog Helper |
ID | nifjniggknfiammmgoiokjdkjiffadap |
URL Resmi | https://chromewebstore.google.com/detail/jira-worklog-helper/nifjniggknfiammmgoiokjdkjiffadap |
Deskripsi | Makes tracking and logging time easy for JIRA users. |
Ukuran File | 56.19 KB |
Jumlah Instalasi | 394 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2015-11-02 |
Tanggal Publikasi | 2015-11-02 |
Penilaian | 4.78/5 Total 9 Penilaian |
Pengembang | Robert Pate |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |