Magento Form Filler
Fill out checkout and registration forms at Magento store.
Apa itu Magento Form Filler?
Magento Form Filler adalah ekstensi Chrome yang dikembangkan oleh Jman, dan fitur utamanya adalah "Fill out checkout and registration forms at Magento store.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Magento Form Filler
Unduh file ekstensi Magento 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
Fill out checkout and registration forms at Magento store. Plugin uses dummy data for one user, but you can add more users and customize their data on settings page.
Informasi Dasar Ekstensi
Nama | Magento Form Filler |
ID | kgjadikbkhkijmjickblphfgjgjagged |
URL Resmi | https://chromewebstore.google.com/detail/magento-form-filler/kgjadikbkhkijmjickblphfgjgjagged |
Deskripsi | Fill out checkout and registration forms at Magento store. |
Ukuran File | 40.76 KB |
Jumlah Instalasi | 573 |
Versi Saat Ini | 2.1.1 |
Terakhir Diperbarui | 2022-12-05 |
Tanggal Publikasi | 2020-06-02 |
Penilaian | 4.38/5 Total 13 Penilaian |
Pengembang | Jman |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Jman/opc_form/ |
URL Halaman Bantuan | https://github.com/Jman/opc_form/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Magento Form Filler", "description": "Fill out checkout and registration forms at Magento store.", "version": "2.1.1.0", "version_name": "2.1.1", "permissions": [ "activeTab", "storage", "scripting" ], "action": { "default_title": "Click to fill out form", "default_icon": { "19": "src\/images\/logo_19.png", "48": "src\/images\/logo_48.png", "128": "src\/images\/logo_128.png" }, "default_popup": "src\/popup.html" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "options_page": "src\/options.html", "icons": { "48": "src\/images\/logo_48.png", "128": "src\/images\/logo_128.png" } } |