Hilan Autofill

Autofills Hilanet attendance form

什么是Hilan Autofill?

Hilan Autofill是由Tomer Yogev开发的Chrome扩展程序,该扩展的主要功能是“Autofills Hilanet attendance form”。

扩展截图

screenshot

下载Hilan Autofill扩展crx文件

下载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"
    }
}