TargetProcess 3 Harvest Time Tracking

Add time tracking to TargetProcess 3 with Harvest.

Co to jest TargetProcess 3 Harvest Time Tracking?

TargetProcess 3 Harvest Time Tracking to rozszerzenie Chrome opracowane przez Wayne State University, a jego główną funkcją jest „Add time tracking to TargetProcess 3 with Harvest.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia TargetProcess 3 Harvest Time Tracking

Pobierz pliki rozszerzeń TargetProcess 3 Harvest Time Tracking w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa TargetProcess 3 Harvest Time Tracking TargetProcess 3 Harvest Time Tracking
ID lkkedgoebnekpinhipgelkfbbdjfookh
Oficjalny URL https://chromewebstore.google.com/detail/targetprocess-3-harvest-t/lkkedgoebnekpinhipgelkfbbdjfookh
Opis Add time tracking to TargetProcess 3 with Harvest.
Rozmiar pliku 356 KB
Liczba instalacji 105
Aktualna Wersja 0.1.9
Ostatnia Aktualizacja 2021-03-05
Data Publikacji 2020-01-05
Ocena 4.33/5 Łącznie 3 Oceny
Deweloper Wayne State University
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/nickdenardis/targetprocess-time-tracking
Adres URL Strony Pomocy https://github.com/nickdenardis/targetprocess-time-tracking/issues
Obsługiwane Języki 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"
    ]
}