LATS Helper
Makes filling in your LATS timesheet and TDS easier
Wat is LATS Helper?
LATS Helper is een Chrome-extensie ontwikkeld door http://sites.google.com/site/cpatik, en de belangrijkste functie is "Makes filling in your LATS timesheet and TDS easier".
Extensie Screenshots
Download het CRX-bestand van de extensie LATS Helper
Download LATS Helper-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
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
Basisinformatie over de Extensie
Naam | ![]() |
ID | jmkgmheopekejeiondjdokbdckkeikeh |
Officiële URL | https://chrome.google.com/webstore/detail/lats-helper/jmkgmheopekejeiondjdokbdckkeikeh |
Beschrijving | Makes filling in your LATS timesheet and TDS easier |
Bestandsgrootte | 16.8 KB |
Aantal Installaties | 10 |
Huidige Versie | 1.2.5 |
Laatst Bijgewerkt | 2017-05-22 |
Publicatiedatum | 2017-05-22 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://sites.google.com/site/cpatik |
Betalingswijze | free |
Extensiewebsite | https://github.com/patik/lats-helper |
Help Pagina-URL | https://github.com/patik/lats-helper/issues |
Ondersteunde Talen | 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" ] } |