Gitlab Easy Time Tracker
A browser plugin for tracking time for GitLab merge-requests
What is Gitlab Easy Time Tracker?
Gitlab Easy Time Tracker is a Chrome extension developed by Unknown, and its main feature is "A browser plugin for tracking time for GitLab merge-requests".
Extension Screenshots
Download Gitlab Easy Time Tracker Extension CRX File
Download Gitlab Easy Time Tracker 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
The extension allows tracking time for merge requests review in GitLab.
Extension Basic Information
Name | Gitlab Easy Time Tracker |
ID | gmadafiegfmbmbkjpmbkillmnbdloiln |
Official URL | https://chromewebstore.google.com/detail/gitlab-easy-time-tracker/gmadafiegfmbmbkjpmbkillmnbdloiln |
Description | A browser plugin for tracking time for GitLab merge-requests |
File Size | 83.55 KB |
Installation Count | 39 |
Current Version | 0.6.1 |
Last Updated | 2020-03-20 |
Publish Date | 2020-03-20 |
Developer | Unknown |
Payment Type | free |
Help Page URL | https://github.com/cqg/GitlabEasyTimeTracking |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A browser plugin for tracking time for GitLab merge-requests", "version": "0.6.1", "content_security_policy": "script-src 'self'; object-src 'self'", "name": "Gitlab Easy Time Tracker", "short_name": "Time Tracker", "options_ui": { "page": "options.html", "browser_style": true }, "browser_action": { "default_popup": "popup.html", "default_icon": "start-gray-16.png", "default_title": "Start tracking", "browser_style": true }, "icons": { "16": "start-black-16.png", "48": "start-black-48.png", "96": "start-black-96.png", "128": "start-black-128.png" }, "manifest_version": 2, "permissions": [ "storage", "tabs" ], "applications": { "gecko": { "id": "{403d73be-461f-4ae9-9fa3-54f1b02498a2}" } } } |