LATS Helper
Makes filling in your LATS timesheet and TDS easier
Qu'est-ce que LATS Helper ?
LATS Helper est une extension Chrome développée par http://sites.google.com/site/cpatik, et sa fonction principale est "Makes filling in your LATS timesheet and TDS easier".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LATS Helper
Téléchargez les fichiers d'extension LATS Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | ![]() |
ID | jmkgmheopekejeiondjdokbdckkeikeh |
URL Officiel | https://chrome.google.com/webstore/detail/lats-helper/jmkgmheopekejeiondjdokbdckkeikeh |
Description | Makes filling in your LATS timesheet and TDS easier |
Taille du Fichier | 16.8 KB |
Nombre d'Installations | 10 |
Version Actuelle | 1.2.5 |
Dernière Mise à Jour | 2017-05-22 |
Date de Publication | 2017-05-22 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://sites.google.com/site/cpatik |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/patik/lats-helper |
URL de la Page d'Aide | https://github.com/patik/lats-helper/issues |
Langues Prises en Charge | 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" ] } |