FormPiper

FormPiper is an automated form filler

Was ist FormPiper?

FormPiper ist eine Chrome-Erweiterung, die von https://formpiper.com entwickelt wurde, und ihr Hauptmerkmal ist "FormPiper is an automated form filler".

Erweiterungsscreenshots

screenshot

FormPiper-Erweiterungs-CRX-Datei herunterladen

Laden Sie FormPiper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name FormPiper FormPiper
ID mlbloghginhlikbhafaaajlhgbaaammb
Offizielle URL https://chromewebstore.google.com/detail/formpiper/mlbloghginhlikbhafaaajlhgbaaammb
Beschreibung FormPiper is an automated form filler
Dateigröße 1.03 MB
Installationsanzahl 3,132
Aktuelle Version 5.2.3
Letztes Update 2023-10-11
Veröffentlichungsdatum 2020-06-18
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://formpiper.com
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://formpiper.com
Hilfeseite URL https://formpiper.com
URL der Datenschutzrichtlinien-Seite https://formpiper.com/privacy-policy
Unterstützte Sprachen 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\/*"
        ]
    }
}