Hilan (Hilanet) autofill

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

Co to jest Hilan (Hilanet) autofill?

Hilan (Hilanet) autofill to rozszerzenie Chrome opracowane przez Avi Shwartz, a jego główną funkcją jest „Enter the entry and exit time of the entire month at once, by one click, instead of entering each day separately.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Hilan (Hilanet) autofill

Pobierz pliki rozszerzeń Hilan (Hilanet) autofill w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Autofill missing days in Hilan (HIlanet)                    

Podstawowe informacje o rozszerzeniu

Nazwa Hilan (Hilanet) autofill Hilan (Hilanet) autofill
ID emngljadolejmboenipofahdiglfccjh
Oficjalny URL https://chromewebstore.google.com/detail/hilan-hilanet-autofill/emngljadolejmboenipofahdiglfccjh
Opis Enter the entry and exit time of the entire month at once, by one click, instead of entering each day separately.
Rozmiar pliku 14.47 KB
Liczba instalacji 325
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2022-07-25
Data Publikacji 2021-11-17
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper Avi Shwartz
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}