Hilan (Hilanet) autofill

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

Qu'est-ce que Hilan (Hilanet) autofill ?

Hilan (Hilanet) autofill est une extension Chrome développée par Avi Shwartz, et sa fonction principale est "Enter the entry and exit time of the entire month at once, by one click, instead of entering each day separately.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Hilan (Hilanet) autofill

Téléchargez les fichiers d'extension Hilan (Hilanet) autofill au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Autofill missing days in Hilan (HIlanet)                    

Informations de Base sur l'Extension

Nom Hilan (Hilanet) autofill Hilan (Hilanet) autofill
ID emngljadolejmboenipofahdiglfccjh
URL Officiel https://chromewebstore.google.com/detail/hilan-hilanet-autofill/emngljadolejmboenipofahdiglfccjh
Description Enter the entry and exit time of the entire month at once, by one click, instead of entering each day separately.
Taille du Fichier 14.47 KB
Nombre d'Installations 325
Version Actuelle 1.3
Dernière Mise à Jour 2022-07-25
Date de Publication 2021-11-17
Évaluation 5.00/5 Total 4 Évaluations
Développeur Avi Shwartz
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}