FormPiper

FormPiper is an automated form filler

Apa itu FormPiper?

FormPiper adalah ekstensi Chrome yang dikembangkan oleh https://formpiper.com, dan fitur utamanya adalah "FormPiper is an automated form filler".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi FormPiper

Unduh file ekstensi FormPiper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama FormPiper FormPiper
ID mlbloghginhlikbhafaaajlhgbaaammb
URL Resmi https://chromewebstore.google.com/detail/formpiper/mlbloghginhlikbhafaaajlhgbaaammb
Deskripsi FormPiper is an automated form filler
Ukuran File 1.03 MB
Jumlah Instalasi 3,132
Versi Saat Ini 5.2.3
Terakhir Diperbarui 2023-10-11
Tanggal Publikasi 2020-06-18
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://formpiper.com
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://formpiper.com
URL Halaman Bantuan https://formpiper.com
URL Halaman Kebijakan Privasi https://formpiper.com/privacy-policy
Bahasa yang Didukung 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\/*"
        ]
    }
}