Form Fill Utility

Fills the form automatically in the assisted-service.egov-nsdl.com and myutiitsl website based on the cookies created from a website

ما هو Form Fill Utility؟

Form Fill Utility هو إضافة Chrome تم تطويرها بواسطة rskextention، والميزة الرئيسية لها هي "Fills the form automatically in the assisted-service.egov-nsdl.com and myutiitsl website based on the cookies created from a website".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Form Fill Utility

قم بتنزيل ملفات الامتداد Form Fill Utility بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        It fills the form based on the cookies that are created in the website. It reads the cookies from browser and fills the form                    

معلومات أساسية عن التمديد

الاسم Form Fill Utility Form Fill Utility
ID bekmfampknpcadmjekhhinmolcaidpaf
عنوان URL الرسمي https://chromewebstore.google.com/detail/form-fill-utility/bekmfampknpcadmjekhhinmolcaidpaf
الوصف Fills the form automatically in the assisted-service.egov-nsdl.com and myutiitsl website based on the cookies created from a website
حجم الملف 16.84 KB
عدد التثبيتات 13,118
النسخة الحالية 2.4
آخر تحديث 2024-01-27
تاريخ النشر 2022-10-20
تقييم 4.25/5 مجموع تقييمات 4
المطور rskextention
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://ruraleservices.com/agent/privacypolicy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Form Fill Utility",
    "version": "2.4",
    "description": "Fills the form automatically in the assisted-service.egov-nsdl.com and myutiitsl website based on the cookies created from a website",
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/assisted-service.egov-nsdl.com\/*",
        "*:\/\/www.myutiitsl.com\/*",
        "*:\/\/ruraleservices.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "manifest_version": 3,
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/assisted-service.egov-nsdl.com\/*",
                "*:\/\/www.myutiitsl.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "contentScript.js"
            ]
        }
    ]
}