FormPiper

FormPiper is an automated form filler

ما هو FormPiper؟

FormPiper هو إضافة Chrome تم تطويرها بواسطة https://formpiper.com، والميزة الرئيسية لها هي "FormPiper is an automated form filler".

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

screenshot

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

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

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

                        FormPiper is an automatic form filler that takes input from a customer's submitted form and processes it into any number of websites, saving the business time and making the process of filling out paperwork easier.                    

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

الاسم FormPiper FormPiper
ID mlbloghginhlikbhafaaajlhgbaaammb
عنوان URL الرسمي https://chromewebstore.google.com/detail/formpiper/mlbloghginhlikbhafaaajlhgbaaammb
الوصف FormPiper is an automated form filler
حجم الملف 1.03 MB
عدد التثبيتات 3,132
النسخة الحالية 5.2.3
آخر تحديث 2023-10-11
تاريخ النشر 2020-06-18
تقييم 5.00/5 مجموع تقييمات 1
المطور https://formpiper.com
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://formpiper.com
عنوان صفحة المساعدة https://formpiper.com
عنوان صفحة سياسة الخصوصية https://formpiper.com/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "FormPiper is an automated form filler",
    "version": "5.2.3",
    "manifest_version": 3,
    "name": "FormPiper",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "manifest.json"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "ids": [
            "pniikicchackaiaijkdahkgfgoppakho",
            "mlbloghginhlikbhafaaajlhgbaaammb",
            "mfhngonafoanflaafdcdlldhdamfneld",
            "ioaoociifcogmjkdnbhhmpdofjgemnap"
        ],
        "matches": [
            "*:\/\/*.formpiper-dev.com\/*",
            "*:\/\/*.formpiper.com\/*",
            "*:\/\/*.formpiper-demo.com\/*",
            "*:\/\/localhost\/*"
        ]
    }
}