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 je Form Fill Utility?
Form Fill Utility je rozšíření Chrome vyvinuté rskextention, a jeho hlavní funkcí je „Fills the form automatically in the assisted-service.egov-nsdl.com and myutiitsl website based on the cookies created from a website“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Form Fill Utility
Stáhněte si soubory rozšíření Form Fill Utility ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
It fills the form based on the cookies that are created in the website. It reads the cookies from browser and fills the form
Základní Informace o Rozšíření
Název | Form Fill Utility |
ID | bekmfampknpcadmjekhhinmolcaidpaf |
Oficiální URL | https://chromewebstore.google.com/detail/form-fill-utility/bekmfampknpcadmjekhhinmolcaidpaf |
Popis | Fills the form automatically in the assisted-service.egov-nsdl.com and myutiitsl website based on the cookies created from a website |
Velikost souboru | 16.84 KB |
Počet instalací | 13,118 |
Aktuální Verze | 2.4 |
Poslední Aktualizace | 2024-01-27 |
Datum Vydání | 2022-10-20 |
Hodnocení | 4.25/5 Celkem 4 Hodnocení |
Vývojář | rskextention |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://ruraleservices.com/agent/privacypolicy |
Podporované Jazyky | 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" ] } ] } |