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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы помощи https://formpiper.com
URL страницы политики конфиденциальности 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\/*"
        ]
    }
}