GitLab - Time Tracking
Control the time tracking in the GitLab with this extension.
Cos'è GitLab - Time Tracking?
GitLab - Time Tracking è un'estensione di Chrome sviluppata da lucas.monteiro, e la sua funzione principale è "Control the time tracking in the GitLab with this extension.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GitLab - Time Tracking
Scarica i file di estensione GitLab - Time Tracking in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Control the time tracking in the GitLab with this extension
Informazioni di Base sull'Estensione
Nome | GitLab - Time Tracking |
ID | mfchgpfejndkfdjkcjgmkkgiklobhibp |
URL Ufficiale | https://chromewebstore.google.com/detail/gitlab-time-tracking/mfchgpfejndkfdjkcjgmkkgiklobhibp |
Descrizione | Control the time tracking in the GitLab with this extension. |
Dimensione del File | 90 KB |
Conteggio Installazioni | 15 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2019-06-11 |
Data di Pubblicazione | 2019-06-11 |
Sviluppatore | lucas.monteiro |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |