TargetProcess 3 Harvest Time Tracking

Add time tracking to TargetProcess 3 with Harvest.

Wat is TargetProcess 3 Harvest Time Tracking?

TargetProcess 3 Harvest Time Tracking is een Chrome-extensie ontwikkeld door Wayne State University, en de belangrijkste functie is "Add time tracking to TargetProcess 3 with Harvest.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TargetProcess 3 Harvest Time Tracking

Download TargetProcess 3 Harvest Time Tracking-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Allows you to start a timer from within a TargetProcess entity. Brings up the standard overlay and allows you to select the project, task and write your own description if desired. The extension will use the title of the entity to auto populate the description and based on the project name associated with the entity, it will try to match the project. This also allows for deep linking in the time tracked to link directly back to the entity from Harvest.                    

Basisinformatie over de Extensie

Naam TargetProcess 3 Harvest Time Tracking TargetProcess 3 Harvest Time Tracking
ID lkkedgoebnekpinhipgelkfbbdjfookh
Officiële URL https://chromewebstore.google.com/detail/targetprocess-3-harvest-t/lkkedgoebnekpinhipgelkfbbdjfookh
Beschrijving Add time tracking to TargetProcess 3 with Harvest.
Bestandsgrootte 356 KB
Aantal Installaties 105
Huidige Versie 0.1.9
Laatst Bijgewerkt 2021-03-05
Publicatiedatum 2020-01-05
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Wayne State University
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/nickdenardis/targetprocess-time-tracking
Help Pagina-URL https://github.com/nickdenardis/targetprocess-time-tracking/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TargetProcess 3 Harvest Time Tracking",
    "version": "0.1.9",
    "manifest_version": 2,
    "description": "Add time tracking to TargetProcess 3 with Harvest.",
    "icons": {
        "128": "img\/targetprocess-time-tracking-128.png",
        "48": "img\/targetprocess-time-tracking-48.png",
        "16": "img\/targetprocess-time-tracker-16.png"
    },
    "background": {
        "scripts": [
            "lib\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "data\/index.js"
            ],
            "matches": [
                "https:\/\/*.tpondemand.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.harvestapp.com; object-src 'self'",
    "permissions": [
        "webRequest",
        "webRequestBlocking"
    ]
}