GitLab - Time Tracking
Control the time tracking in the GitLab with this extension.
Apa itu GitLab - Time Tracking?
GitLab - Time Tracking adalah ekstensi Chrome yang dikembangkan oleh lucas.monteiro, dan fitur utamanya adalah "Control the time tracking in the GitLab with this extension.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GitLab - Time Tracking
Unduh file ekstensi GitLab - Time Tracking 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
Control the time tracking in the GitLab with this extension
Informasi Dasar Ekstensi
Nama | GitLab - Time Tracking |
ID | mfchgpfejndkfdjkcjgmkkgiklobhibp |
URL Resmi | https://chromewebstore.google.com/detail/gitlab-time-tracking/mfchgpfejndkfdjkcjgmkkgiklobhibp |
Deskripsi | Control the time tracking in the GitLab with this extension. |
Ukuran File | 90 KB |
Jumlah Instalasi | 15 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2019-06-11 |
Tanggal Publikasi | 2019-06-11 |
Pengembang | lucas.monteiro |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitLab - Time Tracking", "description": "Control the time tracking in the GitLab with this extension.", "version": "1.2", "author": "Lucas Monteiro", "options_page": "options\/index.html", "browser_action": { "default_icon": "assets\/icon.png" }, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/gitlab.com\/*\/issues\/*" ], "js": [ "scripts\/moment.min.js", "scripts\/jquery-3.2.1.min.js", "scripts\/time.js" ] } ] } |