GitLab - Time Tracking
Control the time tracking in the GitLab with this extension.
Qu'est-ce que GitLab - Time Tracking ?
GitLab - Time Tracking est une extension Chrome développée par lucas.monteiro, et sa fonction principale est "Control the time tracking in the GitLab with this extension.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GitLab - Time Tracking
Téléchargez les fichiers d'extension GitLab - Time Tracking au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Control the time tracking in the GitLab with this extension
Informations de Base sur l'Extension
Nom | GitLab - Time Tracking |
ID | mfchgpfejndkfdjkcjgmkkgiklobhibp |
URL Officiel | https://chromewebstore.google.com/detail/gitlab-time-tracking/mfchgpfejndkfdjkcjgmkkgiklobhibp |
Description | Control the time tracking in the GitLab with this extension. |
Taille du Fichier | 90 KB |
Nombre d'Installations | 15 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2019-06-11 |
Date de Publication | 2019-06-11 |
Développeur | lucas.monteiro |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |