Hilan Autofill
Autofills Hilanet attendance form
Hilan Autofill là gì?
Hilan Autofill là một tiện ích mở rộng Chrome được phát triển bởi Tomer Yogev, và tính năng chính của nó là "Autofills Hilanet attendance form".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Hilan Autofill
Tải xuống các tệp mở rộng Hilan Autofill dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Hilanet's attendance form contains multiple rows, one for each day of attendance. To fill each row you normally check the "normal hours" checkbox, and change the status to "Work". This extension performs these actions for each row automatically, you simply choose the relevant days and the extensions checks all "normal hours" checkboxes and changes all statuses to "Work". The extension doesn't send the form, doesn't choose the dates, and won't do anything outside of your control. It will only help you in filling the form instead of doing it manually per work day.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hilan Autofill |
ID | plblccfpdjhmenhbljniomnfnbpkdhag |
URL Chính Thức | https://chromewebstore.google.com/detail/hilan-autofill/plblccfpdjhmenhbljniomnfnbpkdhag |
Mô tả | Autofills Hilanet attendance form |
Kích Thước Tệp | 35.79 KB |
Số Lần Cài Đặt | 68 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2022-08-23 |
Ngày Phát Hành | 2022-08-08 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Tomer Yogev |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hilan Autofill", "description": "Autofills Hilanet attendance form", "version": "1.1.1", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*.net.hilan.co.il\/Hilannetv2\/Attendance\/calendarpage.aspx*" ], "js": [ "autofill.js" ] } ], "permissions": [ "storage" ], "options_ui": { "page": "options.html", "open_in_tab": false }, "icons": { "16": "images\/hilan16.png", "24": "images\/hilan24.png", "32": "images\/hilan32.png", "48": "images\/hilan48.png", "64": "images\/hilan64.png", "128": "images\/hilan128.png" } } |