Hilan (Hilanet) autofill

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

Was ist Hilan (Hilanet) autofill?

Hilan (Hilanet) autofill ist eine Chrome-Erweiterung, die von Avi Shwartz entwickelt wurde, und ihr Hauptmerkmal ist "Enter the entry and exit time of the entire month at once, by one click, instead of entering each day separately.".

Erweiterungsscreenshots

screenshot
screenshot

Hilan (Hilanet) autofill-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hilan (Hilanet) autofill-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Autofill missing days in Hilan (HIlanet)                    

Grundlegende Informationen zur Erweiterung

Name Hilan (Hilanet) autofill Hilan (Hilanet) autofill
ID emngljadolejmboenipofahdiglfccjh
Offizielle URL https://chromewebstore.google.com/detail/hilan-hilanet-autofill/emngljadolejmboenipofahdiglfccjh
Beschreibung Enter the entry and exit time of the entire month at once, by one click, instead of entering each day separately.
Dateigröße 14.47 KB
Installationsanzahl 325
Aktuelle Version 1.3
Letztes Update 2022-07-25
Veröffentlichungsdatum 2021-11-17
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Avi Shwartz
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}