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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον smhmic, και η κύρια λειτουργία του είναι "Adds a Harvest time-tracking button to task screens in Zoho Projects.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Harvest Time Tracking in Zoho Projects

Λήψη αρχείων επέκτασης Harvest Time Tracking in Zoho Projects σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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
}