FormPiper

FormPiper is an automated form filler

Co to jest FormPiper?

FormPiper to rozszerzenie Chrome opracowane przez https://formpiper.com, a jego główną funkcją jest „FormPiper is an automated form filler”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia FormPiper

Pobierz pliki rozszerzeń FormPiper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa FormPiper FormPiper
ID mlbloghginhlikbhafaaajlhgbaaammb
Oficjalny URL https://chromewebstore.google.com/detail/formpiper/mlbloghginhlikbhafaaajlhgbaaammb
Opis FormPiper is an automated form filler
Rozmiar pliku 1.03 MB
Liczba instalacji 3,132
Aktualna Wersja 5.2.3
Ostatnia Aktualizacja 2023-10-11
Data Publikacji 2020-06-18
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://formpiper.com
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://formpiper.com
Adres URL Strony Pomocy https://formpiper.com
Adres URL Strony Polityki Prywatności https://formpiper.com/privacy-policy
Obsługiwane Języki 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\/*"
        ]
    }
}