Hilan Autofill
Autofills Hilanet attendance form
Hilan Autofill क्या है?
Hilan Autofill Tomer Yogev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Autofills Hilanet attendance form"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hilan Autofill एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } } |