Hayfever for Harvest

A simple Harvest timesheet manager for Google Chrome

Hayfever for Harvest क्या है?

Hayfever for Harvest https://mikedamage.github.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple Harvest timesheet manager for Google Chrome"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hayfever for Harvest एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/"
    ]
}