Hilan (Hilanet) autofill

Enter the entry and exit time of the entire month at once, by one click, instead of entering each day separately.

What is Hilan (Hilanet) autofill?

Hilan (Hilanet) autofill is a Chrome extension developed by Avi Shwartz, and its main feature is "Enter the entry and exit time of the entire month at once, by one click, instead of entering each day separately.".

Extension Screenshots

screenshot
screenshot

Download Hilan (Hilanet) autofill Extension CRX File

Download Hilan (Hilanet) autofill extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Autofill missing days in Hilan (HIlanet)                    

Extension Basic Information

Name Hilan (Hilanet) autofill Hilan (Hilanet) autofill
ID emngljadolejmboenipofahdiglfccjh
Official URL https://chromewebstore.google.com/detail/hilan-hilanet-autofill/emngljadolejmboenipofahdiglfccjh
Description Enter the entry and exit time of the entire month at once, by one click, instead of entering each day separately.
File Size 14.47 KB
Installation Count 325
Current Version 1.3
Last Updated 2022-07-25
Publish Date 2021-11-17
Rating 5.00/5 Total 4 Ratings
Developer Avi Shwartz
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}