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
O que é Form Fill Utility?
Form Fill Utility é uma extensão do Chrome desenvolvida por rskextention, e sua principal característica é "Fills the form automatically in the assisted-service.egov-nsdl.com and myutiitsl website based on the cookies created from a website".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Form Fill Utility
Baixe arquivos de extensão Form Fill Utility no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
It fills the form based on the cookies that are created in the website. It reads the cookies from browser and fills the form
Informações Básicas da Extensão
Nome | Form Fill Utility |
ID | bekmfampknpcadmjekhhinmolcaidpaf |
URL Oficial | https://chromewebstore.google.com/detail/form-fill-utility/bekmfampknpcadmjekhhinmolcaidpaf |
Descrição | Fills the form automatically in the assisted-service.egov-nsdl.com and myutiitsl website based on the cookies created from a website |
Tamanho do Arquivo | 16.84 KB |
Contagem de Instalações | 13,118 |
Versão Atual | 2.4 |
Última Atualização | 2024-01-27 |
Data de Publicação | 2022-10-20 |
Classificação | 4.25/5 Total de 4 Avaliações |
Desenvolvedor | rskextention |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://ruraleservices.com/agent/privacypolicy |
Idiomas Suportados | 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" ] } ] } |