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
Vad är Form Fill Utility?
Form Fill Utility är en Chrome-tillägg utvecklad av rskextention, och dess huvudfunktion är "Fills the form automatically in the assisted-service.egov-nsdl.com and myutiitsl website based on the cookies created from a website".
Tilläggsskärmbilder
Ladda ner Form Fill Utility-förlängningens CRX-fil
Ladda ner Form Fill Utility-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
It fills the form based on the cookies that are created in the website. It reads the cookies from browser and fills the form
Grundläggande Information om Tillägg
Namn | Form Fill Utility |
ID | bekmfampknpcadmjekhhinmolcaidpaf |
Officiell webbadress | https://chromewebstore.google.com/detail/form-fill-utility/bekmfampknpcadmjekhhinmolcaidpaf |
Beskrivning | Fills the form automatically in the assisted-service.egov-nsdl.com and myutiitsl website based on the cookies created from a website |
Filstorlek | 16.84 KB |
Antal Installationer | 13,118 |
Aktuell Version | 2.4 |
Senast Uppdaterad | 2024-01-27 |
Publiceringsdatum | 2022-10-20 |
Betyg | 4.25/5 Totalt 4 Betyg |
Utvecklare | rskextention |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://ruraleservices.com/agent/privacypolicy |
Stödda Språk | 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" ] } ] } |