Form Filler

Save your time by prefilling any form on the internet with your information.

Apa itu Form Filler?

Form Filler adalah ekstensi Chrome yang dikembangkan oleh https://formfiller.io, dan fitur utamanya adalah "Save your time by prefilling any form on the internet with your information.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Form Filler

Unduh file ekstensi Form Filler 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

                        Form Filler is a chrome extension that will automatically fill forms on websites. User will save their information (name, phone no, email, country etc.) by giving it a profile name. User can select any profile from a drop down and turn on the software.

If the software is turned on it will auto populate any form on the internet by matching form elements name, email phone etc. with saved forms data depending on which profile they have selected.                    

Informasi Dasar Ekstensi

Nama Form Filler Form Filler
ID kjhkojecdbddhfikjodhaoembdoalooc
URL Resmi https://chromewebstore.google.com/detail/form-filler/kjhkojecdbddhfikjodhaoembdoalooc
Deskripsi Save your time by prefilling any form on the internet with your information.
Ukuran File 262 KB
Jumlah Instalasi 2,124
Versi Saat Ini 1.0.7
Terakhir Diperbarui 2024-02-07
Tanggal Publikasi 2021-06-02
Penilaian 2.38/5 Total 16 Penilaian
Pengembang https://formfiller.io
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://tier5.us/chrome_extension
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Form Filler",
    "description": "Save your time by prefilling any form on the internet with your information.",
    "version": "1.0.7",
    "action": {
        "default_popup": "login.html",
        "default_title": "Form Filler"
    },
    "icons": {
        "16": "images\/1622202076750-smallLogo.png",
        "48": "images\/1622202076821-mediumLogo.png",
        "128": "images\/1622202076874-largeLogo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery-3.6.0.min.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ],
    "short_name": "FF"
}