Form Fill Utility
Fills the form automatically in the assisted-service.egov-nsdl.com and myutiitsl website based on the cookies created from a website
Apa itu Form Fill Utility?
Form Fill Utility adalah ekstensi Chrome yang dikembangkan oleh rskextention, dan fitur utamanya adalah "Fills the form automatically in the assisted-service.egov-nsdl.com and myutiitsl website based on the cookies created from a website".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Form Fill Utility
Unduh file ekstensi Form Fill Utility 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
It fills the form based on the cookies that are created in the website. It reads the cookies from browser and fills the form
Informasi Dasar Ekstensi
Nama | Form Fill Utility |
ID | bekmfampknpcadmjekhhinmolcaidpaf |
URL Resmi | https://chromewebstore.google.com/detail/form-fill-utility/bekmfampknpcadmjekhhinmolcaidpaf |
Deskripsi | Fills the form automatically in the assisted-service.egov-nsdl.com and myutiitsl website based on the cookies created from a website |
Ukuran File | 16.84 KB |
Jumlah Instalasi | 13,118 |
Versi Saat Ini | 2.4 |
Terakhir Diperbarui | 2024-01-27 |
Tanggal Publikasi | 2022-10-20 |
Penilaian | 4.25/5 Total 4 Penilaian |
Pengembang | rskextention |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://ruraleservices.com/agent/privacypolicy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Form Fill Utility", "version": "2.4", "description": "Fills the form automatically in the assisted-service.egov-nsdl.com and myutiitsl website based on the cookies created from a website", "permissions": [ "cookies", "storage" ], "host_permissions": [ "*:\/\/assisted-service.egov-nsdl.com\/*", "*:\/\/www.myutiitsl.com\/*", "*:\/\/ruraleservices.com\/*" ], "background": { "service_worker": "background.js" }, "manifest_version": 3, "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "content_scripts": [ { "matches": [ "*:\/\/assisted-service.egov-nsdl.com\/*", "*:\/\/www.myutiitsl.com\/*" ], "run_at": "document_end", "js": [ "contentScript.js" ] } ] } |