Track your productivity

Keep track of your productivity.

Track your productivity란 무엇입니까?

Track your productivity은(는) https://db42.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep track of your productivity."입니다.

확장 프로그램 스크린샷

screenshot

Track your productivity 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A simple tool to measure your day's productivity. At the end of the day, you’ll be able to see total productive time and your completed tasks.

- Once you finish any task, add an entry and hit enter
- Start/resume the timer as you start working and pause when you take a break. Use reset to start all over again                    

확장 프로그램 기본 정보

이름 Track your productivity Track your productivity
ID onnkllhiaannegcomgbogohfpeegdnnf
공식 URL https://chromewebstore.google.com/detail/track-your-productivity/onnkllhiaannegcomgbogohfpeegdnnf
설명 Keep track of your productivity.
파일 크기 208 KB
설치 횟수 60
현재 버전 2.1.3
최근 업데이트 2014-03-09
출시 날짜 2014-03-08
평점 4.83/5 총 6 개의 평점
개발자 https://db42.in
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Track your productivity",
    "short_name": "Track your productivity",
    "description": "Keep track of your productivity.",
    "version": "2.1.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "Track your productivity",
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}