Hilan (Hilanet) autofill
Enter the entry and exit time of the entire month at once, by one click, instead of entering each day separately.
Hilan (Hilanet) autofill là gì?
Hilan (Hilanet) autofill là một tiện ích mở rộng Chrome được phát triển bởi Avi Shwartz, và tính năng chính của nó là "Enter the entry and exit time of the entire month at once, by one click, instead of entering each day separately.".
Ả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 (Hilanet) autofill
Tải xuống các tệp mở rộng Hilan (Hilanet) 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
Autofill missing days in Hilan (HIlanet)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hilan (Hilanet) autofill |
ID | emngljadolejmboenipofahdiglfccjh |
URL Chính Thức | https://chromewebstore.google.com/detail/hilan-hilanet-autofill/emngljadolejmboenipofahdiglfccjh |
Mô tả | Enter the entry and exit time of the entire month at once, by one click, instead of entering each day separately. |
Kích Thước Tệp | 14.47 KB |
Số Lần Cài Đặt | 325 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2022-07-25 |
Ngày Phát Hành | 2021-11-17 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Avi Shwartz |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hilan (Hilanet) autofill", "description": "Enter the entry and exit time of the entire month at once, by one click, instead of entering each day separately.", "version": "1.3", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "popup.js" ] } ], "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/hilan-logo.png", "32": "\/images\/hilan-logo.png", "48": "\/images\/hilan-logo.png", "128": "\/images\/hilan-logo.png" } }, "icons": { "16": "\/images\/hilan-logo.png", "32": "\/images\/hilan-logo.png", "48": "\/images\/hilan-logo.png", "128": "\/images\/hilan-logo.png" } } |