Hilan Autofill

Autofills Hilanet attendance form

Τι είναι το Hilan Autofill;

Το Hilan Autofill είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tomer Yogev, και η κύρια λειτουργία του είναι "Autofills Hilanet attendance form".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Hilan Autofill

Λήψη αρχείων επέκτασης Hilan Autofill σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Hilanet's attendance form contains multiple rows, one for each day of attendance. To fill each row you normally check the "normal hours" checkbox, and change the status to "Work". This extension performs these actions for each row automatically, you simply choose the relevant days and the extensions checks all "normal hours" checkboxes and changes all statuses to "Work". The extension doesn't send the form, doesn't choose the dates, and won't do anything outside of your control. It will only help you in filling the form instead of doing it manually per work day.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Hilan Autofill Hilan Autofill
ID plblccfpdjhmenhbljniomnfnbpkdhag
Επίσημο URL https://chromewebstore.google.com/detail/hilan-autofill/plblccfpdjhmenhbljniomnfnbpkdhag
Περιγραφή Autofills Hilanet attendance form
Μέγεθος Αρχείου 35.79 KB
Αριθμός Εγκαταστάσεων 68
Τρέχουσα Έκδοση 1.1.1
Τελευταία Ενημέρωση 2022-08-23
Ημερομηνία Δημοσίευσης 2022-08-08
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Tomer Yogev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hilan Autofill",
    "description": "Autofills Hilanet attendance form",
    "version": "1.1.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.net.hilan.co.il\/Hilannetv2\/Attendance\/calendarpage.aspx*"
            ],
            "js": [
                "autofill.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "images\/hilan16.png",
        "24": "images\/hilan24.png",
        "32": "images\/hilan32.png",
        "48": "images\/hilan48.png",
        "64": "images\/hilan64.png",
        "128": "images\/hilan128.png"
    }
}