Hilan (Hilanet) autofill

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

Vad är Hilan (Hilanet) autofill?

Hilan (Hilanet) autofill är en Chrome-tillägg utvecklad av Avi Shwartz, och dess huvudfunktion är "Enter the entry and exit time of the entire month at once, by one click, instead of entering each day separately.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Hilan (Hilanet) autofill-förlängningens CRX-fil

Ladda ner Hilan (Hilanet) autofill-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Autofill missing days in Hilan (HIlanet)                    

Grundläggande Information om Tillägg

Namn Hilan (Hilanet) autofill Hilan (Hilanet) autofill
ID emngljadolejmboenipofahdiglfccjh
Officiell webbadress https://chromewebstore.google.com/detail/hilan-hilanet-autofill/emngljadolejmboenipofahdiglfccjh
Beskrivning Enter the entry and exit time of the entire month at once, by one click, instead of entering each day separately.
Filstorlek 14.47 KB
Antal Installationer 325
Aktuell Version 1.3
Senast Uppdaterad 2022-07-25
Publiceringsdatum 2021-11-17
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare Avi Shwartz
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}