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
Eメール [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"
    }
}