Auto form filler

fill out forms by one click

ما هو Auto form filler؟

Auto form filler هو إضافة Chrome تم تطويرها بواسطة sammerche84، والميزة الرئيسية لها هي "fill out forms by one click".

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

screenshot

تحميل ملف CRX للإضافة Auto form filler

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

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

                        Just click on the extension icon on the top right corner of your browser and get values filled. 
The extension helps the users to fill a form with junk values on a click of a button. You can easily make changes to the junk values and submitting the form.

 The extension intelligently fills the value of the form field, so in-case of a phone number / email it will provide you a valid format, but sometimes your  may need to edit them. 
 Key features:
 - Absolutely no configuration required. 
- Just click on the extension icon on the top right corner of your browser and get values filled. 
- Fills random values for unrecognised fields.                    

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

الاسم Auto form filler Auto form filler
ID kbglaobalcgfdgbbjinnnfmnfafomdcl
عنوان URL الرسمي https://chromewebstore.google.com/detail/auto-form-filler/kbglaobalcgfdgbbjinnnfmnfafomdcl
الوصف fill out forms by one click
حجم الملف 17.17 KB
عدد التثبيتات 553
النسخة الحالية 1.0.0
آخر تحديث 2021-09-15
تاريخ النشر 2021-09-14
تقييم 1.00/5 مجموع تقييمات 1
المطور sammerche84
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0",
    "name": " Auto form filler",
    "description": "fill out forms by one click",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}