FormPiper

FormPiper is an automated form filler

Wat is FormPiper?

FormPiper is een Chrome-extensie ontwikkeld door https://formpiper.com, en de belangrijkste functie is "FormPiper is an automated form filler".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FormPiper

Download FormPiper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam FormPiper FormPiper
ID mlbloghginhlikbhafaaajlhgbaaammb
Officiële URL https://chromewebstore.google.com/detail/formpiper/mlbloghginhlikbhafaaajlhgbaaammb
Beschrijving FormPiper is an automated form filler
Bestandsgrootte 1.03 MB
Aantal Installaties 3,132
Huidige Versie 5.2.3
Laatst Bijgewerkt 2023-10-11
Publicatiedatum 2020-06-18
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://formpiper.com
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://formpiper.com
Help Pagina-URL https://formpiper.com
URL van de Privacybeleid Pagina https://formpiper.com/privacy-policy
Ondersteunde Talen 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\/*"
        ]
    }
}