autoFill

autoFill is used to fill the form field with random value

ما هو autoFill؟

autoFill هو إضافة Chrome تم تطويرها بواسطة cognitiveatom، والميزة الرئيسية لها هي "autoFill is used to fill the form field with random value".

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

screenshot

تحميل ملف CRX للإضافة autoFill

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

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

                        autoFill is use for an tester and developer to fill the form (contain x number of fields) by random value for their testing.                    

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

الاسم autoFill autoFill
ID acpgjmjldamjjinpkchgnimfcdilcilb
عنوان URL الرسمي https://chromewebstore.google.com/detail/autofill/acpgjmjldamjjinpkchgnimfcdilcilb
الوصف autoFill is used to fill the form field with random value
حجم الملف 1.21 MB
عدد التثبيتات 556
النسخة الحالية 1.1
آخر تحديث 2019-11-06
تاريخ النشر 2019-11-05
تقييم 5.00/5 مجموع تقييمات 4
المطور cognitiveatom
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "autoFill",
    "short_name": "form fill",
    "description": "autoFill is used to fill the form field with random value",
    "version": "1.1",
    "browser_action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "assets\/img\/logo\/icon16.png",
        "48": "assets\/img\/logo\/icon48.png",
        "128": "assets\/img\/logo\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/www.paypal.com https:\/\/www.paypalobjects.com; object-src 'self'"
}