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

Wat is Form Fill Utility?

Form Fill Utility is een Chrome-extensie ontwikkeld door rskextention, en de belangrijkste functie is "Fills the form automatically in the assisted-service.egov-nsdl.com and myutiitsl website based on the cookies created from a website".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Form Fill Utility

Download Form Fill Utility-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        It fills the form based on the cookies that are created in the website. It reads the cookies from browser and fills the form                    

Basisinformatie over de Extensie

Naam Form Fill Utility Form Fill Utility
ID bekmfampknpcadmjekhhinmolcaidpaf
Officiële URL https://chromewebstore.google.com/detail/form-fill-utility/bekmfampknpcadmjekhhinmolcaidpaf
Beschrijving Fills the form automatically in the assisted-service.egov-nsdl.com and myutiitsl website based on the cookies created from a website
Bestandsgrootte 16.84 KB
Aantal Installaties 13,118
Huidige Versie 2.4
Laatst Bijgewerkt 2024-01-27
Publicatiedatum 2022-10-20
Beoordeling 4.25/5 Totaal 4 Beoordelingen
Ontwikkelaar rskextention
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://ruraleservices.com/agent/privacypolicy
Ondersteunde Talen 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"
            ]
        }
    ]
}