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คืออะไร?

Hilan (Hilanet) autofill เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Avi Shwartz และคุณลักษณะหลักของมันคือ "Enter the entry and exit time of the entire month at once, by one click, instead of entering each day separately."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hilan (Hilanet) autofill

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

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

                        Autofill missing days in Hilan (HIlanet)                    

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

ชื่อ Hilan (Hilanet) autofill Hilan (Hilanet) autofill
ID emngljadolejmboenipofahdiglfccjh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hilan-hilanet-autofill/emngljadolejmboenipofahdiglfccjh
คำอธิบาย Enter the entry and exit time of the entire month at once, by one click, instead of entering each day separately.
ขนาดไฟล์ 14.47 KB
จำนวนการติดตั้ง 325
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2022-07-25
วันที่เผยแพร่ 2021-11-17
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Avi Shwartz
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}