Hilan (Hilanet) autofill

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

Hvad er Hilan (Hilanet) autofill?

Hilan (Hilanet) autofill er en Chrome-udvidelse udviklet af Avi Shwartz, og dens hovedfunktion er "Enter the entry and exit time of the entire month at once, by one click, instead of entering each day separately.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Hilan (Hilanet) autofill-udvidelses-CRX-fil

Download Hilan (Hilanet) autofill-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Autofill missing days in Hilan (HIlanet)                    

Grundlæggende oplysninger om udvidelsen

Navn Hilan (Hilanet) autofill Hilan (Hilanet) autofill
ID emngljadolejmboenipofahdiglfccjh
Officiel URL https://chromewebstore.google.com/detail/hilan-hilanet-autofill/emngljadolejmboenipofahdiglfccjh
Beskrivelse Enter the entry and exit time of the entire month at once, by one click, instead of entering each day separately.
Filstørrelse 14.47 KB
Antal Installationer 325
Nuværende Version 1.3
Senest Opdateret 2022-07-25
Udgivelsesdato 2021-11-17
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler Avi Shwartz
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}