Redmine Time Spender

Reduce time spent in Redmine.

Redmine Time Spender란 무엇입니까?

Redmine Time Spender은(는) adrian.devecz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reduce time spent in Redmine."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Redmine Time Spender 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Spend less time in Redmine with time tracking.
* no need to login again because your session has expired
* check your time entries with a simple click/hotkey
* change or create a copy of a time entry with the speed of light

Source code on [GitHub] (https://github.com/ZalaPanda/redmine-time-spender)                    

확장 프로그램 기본 정보

이름 Redmine Time Spender Redmine Time Spender
ID ajgdpnedcfflmknmalhcaenanifgfiop
공식 URL https://chromewebstore.google.com/detail/redmine-time-spender/ajgdpnedcfflmknmalhcaenanifgfiop
설명 Reduce time spent in Redmine.
파일 크기 226 KB
설치 횟수 82
현재 버전 1.3.1
최근 업데이트 2023-01-12
출시 날짜 2021-10-20
평점 5.00/5 총 4 개의 평점
개발자 adrian.devecz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/ZalaPanda/redmine-time-spender
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Redmine Time Spender",
    "short_name": "RMTS",
    "description": "Reduce time spent in Redmine.",
    "homepage_url": "https:\/\/github.com\/ZalaPanda\/redmine-time-spender",
    "version": "1.3.1",
    "version_name": "1.3.1",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Redmine Time Spender",
        "default_icon": "img\/icon-50.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Comma",
                "mac": "Command+Comma"
            }
        }
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}