Hilan (Hilanet) autofill

Enter the entry and exit time of the entire month at once, by one click, instead of entering each day separately.

Что такое Hilan (Hilanet) autofill?

Hilan (Hilanet) autofill - это расширение Chrome, разработанное Avi Shwartz, и его основная функция - "Enter the entry and exit time of the entire month at once, by one click, instead of entering each day separately.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Hilan (Hilanet) autofill

Скачайте файлы расширений Hilan (Hilanet) autofill в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Autofill missing days in Hilan (HIlanet)                    

Основная информация о расширении

Название Hilan (Hilanet) autofill Hilan (Hilanet) autofill
ID emngljadolejmboenipofahdiglfccjh
Официальный URL https://chromewebstore.google.com/detail/hilan-hilanet-autofill/emngljadolejmboenipofahdiglfccjh
Описание Enter the entry and exit time of the entire month at once, by one click, instead of entering each day separately.
Размер файла 14.47 KB
Количество установок 325
Текущая Версия 1.3
Последнее Обновление 2022-07-25
Дата публикации 2021-11-17
Рейтинг 5.00/5 Всего 4 оценок
Разработчик Avi Shwartz
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hilan (Hilanet) autofill",
    "description": "Enter the entry and exit time of the entire month at once, by one click, instead of entering each day separately.",
    "version": "1.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/hilan-logo.png",
            "32": "\/images\/hilan-logo.png",
            "48": "\/images\/hilan-logo.png",
            "128": "\/images\/hilan-logo.png"
        }
    },
    "icons": {
        "16": "\/images\/hilan-logo.png",
        "32": "\/images\/hilan-logo.png",
        "48": "\/images\/hilan-logo.png",
        "128": "\/images\/hilan-logo.png"
    }
}