LATS Helper
Makes filling in your LATS timesheet and TDS easier
什麼是LATS Helper?
LATS Helper是由http://sites.google.com/site/cpatik開發的Chrome擴展程式,該擴展的主要功能是“Makes filling in your LATS timesheet and TDS easier”。
擴展截圖
下載LATS Helper擴展crx文件
下載LATS Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | ![]() |
ID | jmkgmheopekejeiondjdokbdckkeikeh |
官方網址 | https://chrome.google.com/webstore/detail/lats-helper/jmkgmheopekejeiondjdokbdckkeikeh |
簡介 | Makes filling in your LATS timesheet and TDS easier |
檔案大小 | 16.8 KB |
安裝次數 | 10 |
目前版本 | 1.2.5 |
更新時間 | 2017-05-22 |
上架時間 | 2017-05-22 |
評分 | 5.00/5 共 1 次評分 |
開發者 | http://sites.google.com/site/cpatik |
付費類型 | free |
擴展官網 | https://github.com/patik/lats-helper |
說明頁面URL | https://github.com/patik/lats-helper/issues |
支援的語言 | 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" ] } |