LATS Helper

Makes filling in your LATS timesheet and TDS easier

Vad är LATS Helper?

LATS Helper är en Chrome-tillägg utvecklad av http://sites.google.com/site/cpatik, och dess huvudfunktion är "Makes filling in your LATS timesheet and TDS easier".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner LATS Helper-förlängningens CRX-fil

Ladda ner LATS Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn LATS Helper LATS Helper
ID jmkgmheopekejeiondjdokbdckkeikeh
Officiell webbadress https://chrome.google.com/webstore/detail/lats-helper/jmkgmheopekejeiondjdokbdckkeikeh
Beskrivning Makes filling in your LATS timesheet and TDS easier
Filstorlek 16.8 KB
Antal Installationer 10
Aktuell Version 1.2.5
Senast Uppdaterad 2017-05-22
Publiceringsdatum 2017-05-22
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare http://sites.google.com/site/cpatik
Betalningssätt free
Tilläggswebbplats https://github.com/patik/lats-helper
Hjälpsida URL https://github.com/patik/lats-helper/issues
Stödda Språk 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"
    ]
}