GitLab - Time Tracking
Control the time tracking in the GitLab with this extension.
Vad är GitLab - Time Tracking?
GitLab - Time Tracking är en Chrome-tillägg utvecklad av lucas.monteiro, och dess huvudfunktion är "Control the time tracking in the GitLab with this extension.".
Tilläggsskärmbilder
Ladda ner GitLab - Time Tracking-förlängningens CRX-fil
Ladda ner GitLab - Time Tracking-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Control the time tracking in the GitLab with this extension Grundläggande Information om Tillägg
| Namn | |
| ID | mfchgpfejndkfdjkcjgmkkgiklobhibp |
| Officiell webbadress | https://chromewebstore.google.com/detail/gitlab-time-tracking/mfchgpfejndkfdjkcjgmkkgiklobhibp |
| Beskrivning | Control the time tracking in the GitLab with this extension. |
| Filstorlek | 90 KB |
| Antal Installationer | 15 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2019-06-11 |
| Publiceringsdatum | 2019-06-11 |
| Utvecklare | lucas.monteiro |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |