Harvest Time Tracking in Zoho Projects

Adds a Harvest time-tracking button to task screens in Zoho Projects.

Harvest Time Tracking in Zoho Projects क्या है?

Harvest Time Tracking in Zoho Projects smhmic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a Harvest time-tracking button to task screens in Zoho Projects."।

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

screenshot

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

crx प्रारूप में Harvest Time Tracking in Zoho Projects एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Adds a Harvest time-tracking button to the task detail screen in Zoho Projects.  Clicking this button brings up a native Harvest time tracking dialog.

Remembers the last Harvest project selected for that Zoho task.  If no Harvest project has ever been selected for that Zoho task, defaults to the last Harvest project selected for ANY task within that Zoho project. 

Autofills in the Harvest note with the tasklist name in brackets followed by the task name.

At the bottom of the dialog, shows the total time tracked in Harvest for that Zoho task (only totals time tracked using this extension).                    

एक्सटेंशन की मूल जानकारी

नाम Harvest Time Tracking in Zoho Projects Harvest Time Tracking in Zoho Projects
ID akchibeboobpfoohdjbagmpfiaihpdjn
आधिकारिक URL https://chrome.google.com/webstore/detail/harvest-time-tracking-in/akchibeboobpfoohdjbagmpfiaihpdjn
विवरण Adds a Harvest time-tracking button to task screens in Zoho Projects.
फ़ाइल का आकार 38.39 KB
स्थापना संख्या 40
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2017-11-20
प्रकाशन तिथि 2017-11-20
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर smhmic
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "version": "1.0.6",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "*:\/\/projects.zoho.com\/portal\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/projects.zoho.com\/portal\/*"
            ]
        }
    ],
    "icons": {
        "128": "images\/128x128.png",
        "64": "images\/64x64.png",
        "48": "images\/48x48.png",
        "16": "images\/16x16.png"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2
}