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
Qu'est-ce que Form Fill Utility ?
Form Fill Utility est une extension Chrome développée par rskextention, et sa fonction principale est "Fills the form automatically in the assisted-service.egov-nsdl.com and myutiitsl website based on the cookies created from a website".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Form Fill Utility
Téléchargez les fichiers d'extension Form Fill Utility au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
It fills the form based on the cookies that are created in the website. It reads the cookies from browser and fills the form
Informations de Base sur l'Extension
Nom | Form Fill Utility |
ID | bekmfampknpcadmjekhhinmolcaidpaf |
URL Officiel | 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 |
Taille du Fichier | 16.84 KB |
Nombre d'Installations | 13,118 |
Version Actuelle | 2.4 |
Dernière Mise à Jour | 2024-01-27 |
Date de Publication | 2022-10-20 |
Évaluation | 4.25/5 Total 4 Évaluations |
Développeur | rskextention |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://ruraleservices.com/agent/privacypolicy |
Langues Prises en Charge | 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" ] } ] } |