LATS Helper

Makes filling in your LATS timesheet and TDS easier

What is LATS Helper?

LATS Helper is a Chrome extension developed by http://sites.google.com/site/cpatik, and its main feature is "Makes filling in your LATS timesheet and TDS easier".

Extension Screenshots

screenshot
screenshot
screenshot

Download LATS Helper Extension CRX File

Download LATS Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name LATS Helper LATS Helper
ID jmkgmheopekejeiondjdokbdckkeikeh
Official URL https://chrome.google.com/webstore/detail/lats-helper/jmkgmheopekejeiondjdokbdckkeikeh
Description Makes filling in your LATS timesheet and TDS easier
File Size 16.8 KB
Installation Count 10
Current Version 1.2.5
Last Updated 2017-05-22
Publish Date 2017-05-22
Rating 5.00/5 Total 1 Ratings
Developer http://sites.google.com/site/cpatik
Payment Type free
Extension Website https://github.com/patik/lats-helper
Help Page URL https://github.com/patik/lats-helper/issues
Supported Languages 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"
    ]
}