GitLab - Time Tracking
Control the time tracking in the GitLab with this extension.
What is GitLab - Time Tracking?
GitLab - Time Tracking is a Chrome extension developed by lucas.monteiro, and its main feature is "Control the time tracking in the GitLab with this extension.".
Extension Screenshots
Download GitLab - Time Tracking Extension CRX File
Download GitLab - Time Tracking extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Control the time tracking in the GitLab with this extension
Extension Basic Information
Name | GitLab - Time Tracking |
ID | mfchgpfejndkfdjkcjgmkkgiklobhibp |
Official URL | https://chromewebstore.google.com/detail/gitlab-time-tracking/mfchgpfejndkfdjkcjgmkkgiklobhibp |
Description | Control the time tracking in the GitLab with this extension. |
File Size | 90 KB |
Installation Count | 15 |
Current Version | 1.2 |
Last Updated | 2019-06-11 |
Publish Date | 2019-06-11 |
Developer | lucas.monteiro |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |