Hilan Autofill
Autofills Hilanet attendance form
Hvad er Hilan Autofill?
Hilan Autofill er en Chrome-udvidelse udviklet af Tomer Yogev, og dens hovedfunktion er "Autofills Hilanet attendance form".
Udvidelsesskærmbilleder
Download Hilan Autofill-udvidelses-CRX-fil
Download Hilan Autofill-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Hilan Autofill |
ID | plblccfpdjhmenhbljniomnfnbpkdhag |
Officiel URL | https://chromewebstore.google.com/detail/hilan-autofill/plblccfpdjhmenhbljniomnfnbpkdhag |
Beskrivelse | Autofills Hilanet attendance form |
Filstørrelse | 35.79 KB |
Antal Installationer | 68 |
Nuværende Version | 1.1.1 |
Senest Opdateret | 2022-08-23 |
Udgivelsesdato | 2022-08-08 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Tomer Yogev |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |