Hilan Autofill

Autofills Hilanet attendance form

Hilan Autofillคืออะไร?

Hilan Autofill เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tomer Yogev และคุณลักษณะหลักของมันคือ "Autofills Hilanet attendance form"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hilan Autofill

ดาวน์โหลดไฟล์ส่วนขยาย Hilan Autofill ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hilan Autofill Hilan Autofill
ID plblccfpdjhmenhbljniomnfnbpkdhag
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hilan-autofill/plblccfpdjhmenhbljniomnfnbpkdhag
คำอธิบาย Autofills Hilanet attendance form
ขนาดไฟล์ 35.79 KB
จำนวนการติดตั้ง 68
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2022-08-23
วันที่เผยแพร่ 2022-08-08
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Tomer Yogev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}