GitLab - Time Tracking
Control the time tracking in the GitLab with this extension.
Wat is GitLab - Time Tracking?
GitLab - Time Tracking is een Chrome-extensie ontwikkeld door lucas.monteiro, en de belangrijkste functie is "Control the time tracking in the GitLab with this extension.".
Extensie Screenshots
Download het CRX-bestand van de extensie GitLab - Time Tracking
Download GitLab - Time Tracking-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Control the time tracking in the GitLab with this extension
Basisinformatie over de Extensie
Naam | GitLab - Time Tracking |
ID | mfchgpfejndkfdjkcjgmkkgiklobhibp |
Officiële URL | https://chromewebstore.google.com/detail/gitlab-time-tracking/mfchgpfejndkfdjkcjgmkkgiklobhibp |
Beschrijving | Control the time tracking in the GitLab with this extension. |
Bestandsgrootte | 90 KB |
Aantal Installaties | 15 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2019-06-11 |
Publicatiedatum | 2019-06-11 |
Ontwikkelaar | lucas.monteiro |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |