Redmine Time Tracking
Start-stop timer for Redmine
Redmine Time Tracking란 무엇입니까?
Redmine Time Tracking은(는) CrawlerCode에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Start-stop timer for Redmine"입니다.
확장 프로그램 스크린샷
Redmine Time Tracking 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
# 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)
확장 프로그램 기본 정보
이름 | Redmine Time Tracking |
ID | ldcanhhkffokndenejhafhlkapflgcjg |
공식 URL | https://chromewebstore.google.com/detail/redmine-time-tracking/ldcanhhkffokndenejhafhlkapflgcjg |
설명 | Start-stop timer for Redmine |
파일 크기 | 274 KB |
설치 횟수 | 449 |
현재 버전 | 1.15.1 |
최근 업데이트 | 2024-02-18 |
출시 날짜 | 2023-05-03 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | CrawlerCode |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/CrawlerCode/redmine-time-tracking |
도움말 페이지 URL | https://github.com/CrawlerCode/redmine-time-tracking/issues |
지원되는 언어 | 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:\/\/*\/*" ] } |