LATS Helper

Makes filling in your LATS timesheet and TDS easier

Co to jest LATS Helper?

LATS Helper to rozszerzenie Chrome opracowane przez http://sites.google.com/site/cpatik, a jego główną funkcją jest „Makes filling in your LATS timesheet and TDS easier”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia LATS Helper

Pobierz pliki rozszerzeń LATS Helper 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

                        Cleans up OFT LATS making it easier to use.

- Autofill your work hours for the whole pay period
- Filter the list of TDS sub-tasks by cluster, agency, or text search
- Automatically charge missing time from vacation, personal leave, etc
- Style tweaks for easier reading                    

Podstawowe informacje o rozszerzeniu

Nazwa LATS Helper LATS Helper
ID jmkgmheopekejeiondjdokbdckkeikeh
Oficjalny URL https://chrome.google.com/webstore/detail/lats-helper/jmkgmheopekejeiondjdokbdckkeikeh
Opis Makes filling in your LATS timesheet and TDS easier
Rozmiar pliku 16.8 KB
Liczba instalacji 10
Aktualna Wersja 1.2.5
Ostatnia Aktualizacja 2017-05-22
Data Publikacji 2017-05-22
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper http://sites.google.com/site/cpatik
Typ Płatności free
Strona Rozszerzenia https://github.com/patik/lats-helper
Adres URL Strony Pomocy https://github.com/patik/lats-helper/issues
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LATS Helper",
    "version": "1.2.5",
    "description": "Makes filling in your LATS timesheet and TDS easier",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.cma.com\/*",
                "https:\/\/*.lats.ny.gov\/*"
            ],
            "js": [
                "lats-helper.user.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ]
}