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
Form Fill Utility là gì?
Form Fill Utility là một tiện ích mở rộng Chrome được phát triển bởi rskextention, và tính năng chính của nó là "Fills the form automatically in the assisted-service.egov-nsdl.com and myutiitsl website based on the cookies created from a website".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Form Fill Utility
Tải xuống các tệp mở rộng Form Fill Utility dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
It fills the form based on the cookies that are created in the website. It reads the cookies from browser and fills the form
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Form Fill Utility |
ID | bekmfampknpcadmjekhhinmolcaidpaf |
URL Chính Thức | https://chromewebstore.google.com/detail/form-fill-utility/bekmfampknpcadmjekhhinmolcaidpaf |
Mô tả | Fills the form automatically in the assisted-service.egov-nsdl.com and myutiitsl website based on the cookies created from a website |
Kích Thước Tệp | 16.84 KB |
Số Lần Cài Đặt | 13,118 |
Phiên Bản Hiện Tại | 2.4 |
Cập Nhật Lần Cuối | 2024-01-27 |
Ngày Phát Hành | 2022-10-20 |
Đánh Giá | 4.25/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | rskextention |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://ruraleservices.com/agent/privacypolicy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |