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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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