Pro SP Team - Form Filler

Form Filler

ما هو Pro SP Team - Form Filler؟

Pro SP Team - Form Filler هو إضافة Chrome تم تطويرها بواسطة prospteam، والميزة الرئيسية لها هي "Form Filler".

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

screenshot

تحميل ملف CRX للإضافة Pro SP Team - Form Filler

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

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

                        Pro SP Team - Form Filler fill all input with dummy data to make the developers test their form quickly and easily. By: The Lazy Programmers

Hotkeys:
Ctrl+Q= Open Filler.
Ctrl+Space= Fill Form.                    

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

الاسم Pro SP Team - Form Filler Pro SP Team - Form Filler
ID ikkhdodpaccccflddcolbinclbjehbge
عنوان URL الرسمي https://chrome.google.com/webstore/detail/ikkhdodpaccccflddcolbinclbjehbge
الوصف Form Filler
حجم الملف 112 KB
عدد التثبيتات 108
النسخة الحالية 1.5
آخر تحديث 2019-01-21
تاريخ النشر 2019-01-17
تقييم 4.80/5 مجموع تقييمات 5
المطور prospteam
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pro SP Team - Form Filler",
    "version": "1.5",
    "description": "Form Filler",
    "permissions": [
        "declarativeContent",
        "storage",
        "tabs",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "form-filler-icon.png",
            "32": "form-filler-icon.png",
            "48": "form-filler-icon.png",
            "128": "form-filler-icon.png"
        }
    },
    "icons": {
        "16": "form-filler-icon.png",
        "32": "form-filler-icon.png",
        "48": "form-filler-icon.png",
        "128": "form-filler-icon.png"
    },
    "commands": {
        "fill_form": {
            "suggested_key": {
                "default": "Ctrl+Space",
                "windows": "Ctrl+Space",
                "mac": "Command+Space"
            },
            "description": "Ctrl Space"
        },
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Q",
                "windows": "Ctrl+Q",
                "mac": "Command+Q"
            }
        }
    },
    "manifest_version": 2
}