Easy Form Filler

Easy Form Filler extension

ما هو Easy Form Filler؟

Easy Form Filler هو إضافة Chrome تم تطويرها بواسطة 1showme.com، والميزة الرئيسية لها هي "Easy Form Filler extension".

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

screenshot

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

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

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

                        The extension allows you to easily save the entered data in the fields on web pages.
Filling in previously entered data is possible in manual and automatic mode.
When you open the extension window, only the data that has been entered on this web page is displayed.                    

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

الاسم Easy Form Filler Easy Form Filler
ID kkjjaaeondnopoihckldffjgeofjdlep
عنوان URL الرسمي https://chromewebstore.google.com/detail/easy-form-filler/kkjjaaeondnopoihckldffjgeofjdlep
الوصف Easy Form Filler extension
حجم الملف 388 KB
عدد التثبيتات 33
النسخة الحالية 1.0
آخر تحديث 2020-01-23
تاريخ النشر 2020-01-20
المطور 1showme.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://1showme.com/privacy_policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Form Filler",
    "description": "Easy Form Filler extension",
    "version": "1.0",
    "icons": {
        "128": "favicon_128px_blue.png"
    },
    "browser_action": {
        "default_title": "Easy Form Filler",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "fill_fields.js",
                "extension.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}