Hilan Autofill

Autofills Hilanet attendance form

O que é Hilan Autofill?

Hilan Autofill é uma extensão do Chrome desenvolvida por Tomer Yogev, e sua principal característica é "Autofills Hilanet attendance form".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Hilan Autofill

Baixe arquivos de extensão Hilan Autofill no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Hilan Autofill Hilan Autofill
ID plblccfpdjhmenhbljniomnfnbpkdhag
URL Oficial https://chromewebstore.google.com/detail/hilan-autofill/plblccfpdjhmenhbljniomnfnbpkdhag
Descrição Autofills Hilanet attendance form
Tamanho do Arquivo 35.79 KB
Contagem de Instalações 68
Versão Atual 1.1.1
Última Atualização 2022-08-23
Data de Publicação 2022-08-08
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Tomer Yogev
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}