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是由Avi Shwartz开发的Chrome扩展程序,该扩展的主要功能是“Enter the entry and exit time of the entire month at once, by one click, instead of entering each day separately.”。

扩展截图

screenshot
screenshot

下载Hilan (Hilanet) autofill扩展crx文件

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