EasyForm AutoFill

Auto fill in your form using your saved information

Apa itu EasyForm AutoFill?

EasyForm AutoFill adalah ekstensi Chrome yang dikembangkan oleh GX, dan fitur utamanya adalah "Auto fill in your form using your saved information".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi EasyForm AutoFill

Unduh file ekstensi EasyForm AutoFill 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

                        You can save your form content by pressing "SAVE" button, and using "FILL IN" button to set the value you saved                    

Informasi Dasar Ekstensi

Nama EasyForm AutoFill EasyForm AutoFill
ID kamomdgnokpnbalmfgnmhbhkhkiihbbb
URL Resmi https://chromewebstore.google.com/detail/easyform-autofill/kamomdgnokpnbalmfgnmhbhkhkiihbbb
Deskripsi Auto fill in your form using your saved information
Ukuran File 207 KB
Jumlah Instalasi 7,677
Versi Saat Ini 1.2.3
Terakhir Diperbarui 2023-12-07
Tanggal Publikasi 2019-01-03
Penilaian 3.35/5 Total 23 Penilaian
Pengembang GX
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "EasyForm AutoFill",
    "description": "Auto fill in your form using your saved information",
    "version": "1.2.3",
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "icons": {
        "48": ".\/icons\/icon-form48.png",
        "128": ".\/icons\/icon-form128.png"
    },
    "action": {
        "default_icon": {
            "48": ".\/icons\/icon-form48.png",
            "128": ".\/icons\/icon-form128.png"
        },
        "default_title": "EasyForm AutoFill",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    }
}