LATS Helper
Makes filling in your LATS timesheet and TDS easier
Cos'è LATS Helper?
LATS Helper è un'estensione di Chrome sviluppata da http://sites.google.com/site/cpatik, e la sua funzione principale è "Makes filling in your LATS timesheet and TDS easier".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LATS Helper
Scarica i file di estensione LATS Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | jmkgmheopekejeiondjdokbdckkeikeh |
URL Ufficiale | https://chrome.google.com/webstore/detail/lats-helper/jmkgmheopekejeiondjdokbdckkeikeh |
Descrizione | Makes filling in your LATS timesheet and TDS easier |
Dimensione del File | 16.8 KB |
Conteggio Installazioni | 10 |
Versione Corrente | 1.2.5 |
Ultimo Aggiornamento | 2017-05-22 |
Data di Pubblicazione | 2017-05-22 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://sites.google.com/site/cpatik |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/patik/lats-helper |
URL della Pagina di Aiuto | https://github.com/patik/lats-helper/issues |
Lingue Supportate | 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" ] } |