Form Filler

Save your time by prefilling any form on the internet with your information.

ما هو Form Filler؟

Form Filler هو إضافة Chrome تم تطويرها بواسطة https://formfiller.io، والميزة الرئيسية لها هي "Save your time by prefilling any form on the internet with your information.".

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

screenshot

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

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

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

                        Form Filler is a chrome extension that will automatically fill forms on websites. User will save their information (name, phone no, email, country etc.) by giving it a profile name. User can select any profile from a drop down and turn on the software.

If the software is turned on it will auto populate any form on the internet by matching form elements name, email phone etc. with saved forms data depending on which profile they have selected.                    

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

الاسم Form Filler Form Filler
ID kjhkojecdbddhfikjodhaoembdoalooc
عنوان URL الرسمي https://chromewebstore.google.com/detail/form-filler/kjhkojecdbddhfikjodhaoembdoalooc
الوصف Save your time by prefilling any form on the internet with your information.
حجم الملف 262 KB
عدد التثبيتات 2,124
النسخة الحالية 1.0.7
آخر تحديث 2024-02-07
تاريخ النشر 2021-06-02
تقييم 2.38/5 مجموع تقييمات 16
المطور https://formfiller.io
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://tier5.us/chrome_extension
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Form Filler",
    "description": "Save your time by prefilling any form on the internet with your information.",
    "version": "1.0.7",
    "action": {
        "default_popup": "login.html",
        "default_title": "Form Filler"
    },
    "icons": {
        "16": "images\/1622202076750-smallLogo.png",
        "48": "images\/1622202076821-mediumLogo.png",
        "128": "images\/1622202076874-largeLogo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery-3.6.0.min.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ],
    "short_name": "FF"
}