Redmine Time Tracking
Start-stop timer for Redmine
Vad är Redmine Time Tracking?
Redmine Time Tracking är en Chrome-tillägg utvecklad av CrawlerCode, och dess huvudfunktion är "Start-stop timer for Redmine".
Tilläggsskärmbilder
Ladda ner Redmine Time Tracking-förlängningens CRX-fil
Ladda ner Redmine 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
# Features
- View all your assigned Redmine issues
- Filter issues by projects
- Group issues by target version
- Search for issues (press `CTRL` + `K` or `CTRL` + `F`)
- Start and stop the timer for your current tasks
- Create entry for time spent in Redmine issue
- Create time spent entries for other users
- Update done ratio
- Round timer to nearest 15 min
- Edit timer (double-click)
- Pin and unpin issue
- Remember and forget issue (not assigned to you)
- View time entries overview
- Multiple languages
- Dark & light mode (system default)
# Feedback
https://github.com/CrawlerCode/redmine-time-tracking/discussions/1
# Credits
Logo is Copyright (C) 2009 Martin Herr and is licensed under Creative Commons (https://www.redmine.org/projects/redmine/wiki/logo) Grundläggande Information om Tillägg
| Namn | |
| ID | ldcanhhkffokndenejhafhlkapflgcjg |
| Officiell webbadress | https://chromewebstore.google.com/detail/redmine-time-tracking/ldcanhhkffokndenejhafhlkapflgcjg |
| Beskrivning | Start-stop timer for Redmine |
| Filstorlek | 274 KB |
| Antal Installationer | 449 |
| Aktuell Version | 1.15.1 |
| Senast Uppdaterad | 2024-02-18 |
| Publiceringsdatum | 2023-05-03 |
| Betyg | 5.00/5 Totalt 5 Betyg |
| Utvecklare | CrawlerCode |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/CrawlerCode/redmine-time-tracking |
| Hjälpsida URL | https://github.com/CrawlerCode/redmine-time-tracking/issues |
| Stödda Språk | de,en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.15.1",
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"default_locale": "en",
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"author": "[email protected]",
"homepage_url": "https:\/\/github.com\/CrawlerCode\/redmine-time-tracking",
"action": {
"default_title": "__MSG_extName__",
"default_popup": "index.html?location=popup"
},
"options_ui": {
"page": "index.html?location=options#\/settings",
"open_in_tab": false
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |