Redmine Time Tracker

Plugin to track your work time (works with chrome closed) and manage it.

Redmine Time Tracker란 무엇입니까?

Redmine Time Tracker은(는) matheusmmcs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Plugin to track your work time (works with chrome closed) and manage it."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Redmine Task Timer                    

확장 프로그램 기본 정보

이름 Redmine Time Tracker Redmine Time Tracker
ID kofohpbnioeihonedeofiompgloghehe
공식 URL https://chromewebstore.google.com/detail/redmine-time-tracker/kofohpbnioeihonedeofiompgloghehe
설명 Plugin to track your work time (works with chrome closed) and manage it.
파일 크기 265 KB
설치 횟수 159
현재 버전 0.2.4
최근 업데이트 2014-07-03
출시 날짜 2014-07-03
평점 3.33/5 총 15 개의 평점
개발자 matheusmmcs
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redmine Time Tracker",
    "version": "0.2.4",
    "description": "Plugin to track your work time (works with chrome closed) and manage it.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js"
            ]
        }
    ],
    "permissions": [
        "notifications",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/utils.js",
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_title": "RedmineTimeTracker",
        "default_popup": "templates\/popup.html"
    },
    "web_accessible_resources": [
        "js\/jquery.min.map",
        "js\/jquery.calendario.redmine.js",
        "css\/calendario-redmine.css",
        "fonts\/glyphicons-halflings-regular.svg",
        "fonts\/glyphicons-halflings-regular.eot",
        "fonts\/glyphicons-halflings-regular.ttf",
        "fonts\/glyphicons-halflings-regular.woff"
    ],
    "manifest_version": 2
}