LATS Helper
Makes filling in your LATS timesheet and TDS easier
Apa itu LATS Helper?
LATS Helper adalah ekstensi Chrome yang dikembangkan oleh http://sites.google.com/site/cpatik, dan fitur utamanya adalah "Makes filling in your LATS timesheet and TDS easier".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi LATS Helper
Unduh file ekstensi LATS Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | ![]() |
ID | jmkgmheopekejeiondjdokbdckkeikeh |
URL Resmi | https://chrome.google.com/webstore/detail/lats-helper/jmkgmheopekejeiondjdokbdckkeikeh |
Deskripsi | Makes filling in your LATS timesheet and TDS easier |
Ukuran File | 16.8 KB |
Jumlah Instalasi | 10 |
Versi Saat Ini | 1.2.5 |
Terakhir Diperbarui | 2017-05-22 |
Tanggal Publikasi | 2017-05-22 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | http://sites.google.com/site/cpatik |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/patik/lats-helper |
URL Halaman Bantuan | https://github.com/patik/lats-helper/issues |
Bahasa yang Didukung | 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" ] } |