Hilan (Hilanet) autofill

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

Cos'è Hilan (Hilanet) autofill?

Hilan (Hilanet) autofill è un'estensione di Chrome sviluppata da Avi Shwartz, e la sua funzione principale è "Enter the entry and exit time of the entire month at once, by one click, instead of entering each day separately.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Hilan (Hilanet) autofill

Scarica i file di estensione Hilan (Hilanet) autofill in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Autofill missing days in Hilan (HIlanet)                    

Informazioni di Base sull'Estensione

Nome Hilan (Hilanet) autofill Hilan (Hilanet) autofill
ID emngljadolejmboenipofahdiglfccjh
URL Ufficiale https://chromewebstore.google.com/detail/hilan-hilanet-autofill/emngljadolejmboenipofahdiglfccjh
Descrizione Enter the entry and exit time of the entire month at once, by one click, instead of entering each day separately.
Dimensione del File 14.47 KB
Conteggio Installazioni 325
Versione Corrente 1.3
Ultimo Aggiornamento 2022-07-25
Data di Pubblicazione 2021-11-17
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Avi Shwartz
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}