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" ] } |