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 |
官方URL | 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" ] } |