Hayfever for Harvest

A simple Harvest timesheet manager for Google Chrome

Hayfever for Harvest란 무엇입니까?

Hayfever for Harvest은(는) https://mikedamage.github.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple Harvest timesheet manager for Google Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Hayfever for Harvest 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Hayfever is a Google Chrome extension for the Harvest time tracking service. It allows you to manage, start and stop timers that sync directly with your Harvest account via the Time Tracking API. The Hayfever icon displays a badge with the total number of hours you've logged that day.

I created Hayfever because I'm a web developer and I constantly forget to log my hours on Harvest. Accurate time tracking is a necessity when you're paid by the hour. I use Hayfever every day, and I've released it because I hope others find it as useful as I have.

If you find a bug, or would like to see a feature in the next release, please submit a ticket at https://github.com/mikedamage/hayfever-chrome/issues.

And if you love Hayfever as much as I do, please consider buying me a cup of coffee: http://pledgie.com/campaigns/14742
Every cent you donate lets me spend more time improving Hayfever for the masses!

Hayfever is Open Source Software, released under the terms of the GNU General Public License v2. You can obtain the source code at https://github.com/mikedamage/hayfever-chrome.

Hayfever source code is Copyright (C) 2011 Mike Green. 

Art and design considerations provided by Steve Guberman and Gillian Deak of Fifth Room Creative (http://www.fifthroomcreative.com)

Hayfever uses the Silk icon set from famfamfam (http://www.famfamfam.com/lab/icons/silk/)                    

확장 프로그램 기본 정보

이름 Hayfever for Harvest Hayfever for Harvest
ID hieiheiincjomjoiiknfcmiioakhlhmj
공식 URL https://chromewebstore.google.com/detail/hayfever-for-harvest/hieiheiincjomjoiiknfcmiioakhlhmj
설명 A simple Harvest timesheet manager for Google Chrome
파일 크기 1.15 MB
설치 횟수 559
현재 버전 0.3.6
최근 업데이트 2014-09-21
출시 날짜 2014-09-20
평점 4.86/5 총 22 개의 평점
개발자 https://mikedamage.github.com
결제 유형 free
확장 프로그램 웹 사이트 http://mikedamage.github.com/hayfever-chrome
도움말 페이지 URL https://github.com/mikedamage/hayfever-chrome/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hayfever for Harvest",
    "short_name": "Hayfever",
    "version": "0.3.6",
    "description": "A simple Harvest timesheet manager for Google Chrome",
    "homepage_url": "https:\/\/github.com\/mikedamage\/hayfever-chrome",
    "minimum_chrome_version": "22",
    "background": {
        "scripts": [
            "js\/vendor\/sugar\/release\/sugar.min.js",
            "js\/prototype-extensions.js",
            "js\/vendor\/underscore\/underscore-min.js",
            "js\/vendor\/jquery\/jquery.min.js",
            "js\/jquery.hexcolors.js",
            "js\/harvest.js",
            "js\/background_application.js",
            "js\/background.js",
            "js\/google-analytics.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "img\/app_icon_48.png",
        "64": "img\/app_icon_64.png",
        "128": "img\/app_icon_128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "https:\/\/*.harvestapp.com\/"
    ]
}