Hilan (Hilanet) autofill

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

Wat is Hilan (Hilanet) autofill?

Hilan (Hilanet) autofill is een Chrome-extensie ontwikkeld door Avi Shwartz, en de belangrijkste functie is "Enter the entry and exit time of the entire month at once, by one click, instead of entering each day separately.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Hilan (Hilanet) autofill

Download Hilan (Hilanet) autofill-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Autofill missing days in Hilan (HIlanet)                    

Basisinformatie over de Extensie

Naam Hilan (Hilanet) autofill Hilan (Hilanet) autofill
ID emngljadolejmboenipofahdiglfccjh
Officiële URL https://chromewebstore.google.com/detail/hilan-hilanet-autofill/emngljadolejmboenipofahdiglfccjh
Beschrijving Enter the entry and exit time of the entire month at once, by one click, instead of entering each day separately.
Bestandsgrootte 14.47 KB
Aantal Installaties 325
Huidige Versie 1.3
Laatst Bijgewerkt 2022-07-25
Publicatiedatum 2021-11-17
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Avi Shwartz
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}