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
Co to jest Form Fill Utility?
Form Fill Utility to rozszerzenie Chrome opracowane przez rskextention, a jego główną funkcją jest „Fills the form automatically in the assisted-service.egov-nsdl.com and myutiitsl website based on the cookies created from a website”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Form Fill Utility
Pobierz pliki rozszerzeń Form Fill Utility w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
It fills the form based on the cookies that are created in the website. It reads the cookies from browser and fills the form
Podstawowe informacje o rozszerzeniu
Nazwa | Form Fill Utility |
ID | bekmfampknpcadmjekhhinmolcaidpaf |
Oficjalny URL | https://chromewebstore.google.com/detail/form-fill-utility/bekmfampknpcadmjekhhinmolcaidpaf |
Opis | Fills the form automatically in the assisted-service.egov-nsdl.com and myutiitsl website based on the cookies created from a website |
Rozmiar pliku | 16.84 KB |
Liczba instalacji | 13,118 |
Aktualna Wersja | 2.4 |
Ostatnia Aktualizacja | 2024-01-27 |
Data Publikacji | 2022-10-20 |
Ocena | 4.25/5 Łącznie 4 Oceny |
Deweloper | rskextention |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://ruraleservices.com/agent/privacypolicy |
Obsługiwane Języki | 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" ] } ] } |