GitLab - Time Tracking
Control the time tracking in the GitLab with this extension.
Co je GitLab - Time Tracking?
GitLab - Time Tracking je rozšíření Chrome vyvinuté lucas.monteiro, a jeho hlavní funkcí je „Control the time tracking in the GitLab with this extension.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GitLab - Time Tracking
Stáhněte si soubory rozšíření GitLab - Time Tracking ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Control the time tracking in the GitLab with this extension
Základní Informace o Rozšíření
Název | GitLab - Time Tracking |
ID | mfchgpfejndkfdjkcjgmkkgiklobhibp |
Oficiální URL | https://chromewebstore.google.com/detail/gitlab-time-tracking/mfchgpfejndkfdjkcjgmkkgiklobhibp |
Popis | Control the time tracking in the GitLab with this extension. |
Velikost souboru | 90 KB |
Počet instalací | 15 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2019-06-11 |
Datum Vydání | 2019-06-11 |
Vývojář | lucas.monteiro |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |