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
What is Form Fill Utility?
Form Fill Utility is a Chrome extension developed by rskextention, and its main feature is "Fills the form automatically in the assisted-service.egov-nsdl.com and myutiitsl website based on the cookies created from a website".
Extension Screenshots
Download Form Fill Utility Extension CRX File
Download Form Fill Utility extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
It fills the form based on the cookies that are created in the website. It reads the cookies from browser and fills the form
Extension Basic Information
Name | Form Fill Utility |
ID | bekmfampknpcadmjekhhinmolcaidpaf |
Official URL | https://chromewebstore.google.com/detail/form-fill-utility/bekmfampknpcadmjekhhinmolcaidpaf |
Description | Fills the form automatically in the assisted-service.egov-nsdl.com and myutiitsl website based on the cookies created from a website |
File Size | 16.84 KB |
Installation Count | 13,118 |
Current Version | 2.4 |
Last Updated | 2024-01-27 |
Publish Date | 2022-10-20 |
Rating | 4.25/5 Total 4 Ratings |
Developer | rskextention |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://ruraleservices.com/agent/privacypolicy |
Supported Languages | 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" ] } ] } |