Premium Cowin Slot Book

Extension to fill data over selfregistration.cowin.gov portal to speed up covid vaccine slot booking including captcha solver

Qu'est-ce que Premium Cowin Slot Book ?

Premium Cowin Slot Book est une extension Chrome développée par https://cueweb.in, et sa fonction principale est "Extension to fill data over selfregistration.cowin.gov portal to speed up covid vaccine slot booking including captcha solver".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Premium Cowin Slot Book

Téléchargez les fichiers d'extension Premium Cowin Slot Book 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

                        UPDATE:  "18-44 only" checkbox added
Extension to speed up covid vaccine slot booking (captcha included)
Book covid vaccine slots faster than ever!
The Cowin booking extension serves as a utility for booking vaccination slots on the Cowin portal. The extension helps by adding form data like mobile number, state name, district name beforehand and then automatically filling up the data when you proceed for registration.

Quick step-by-step guide:
1. Install the extension
2. Click on the "Edit autofill inputs" button on the top of the page in the left corner.
3. Fill in the information, the state name and the district name. Please make sure the spellings are correct, and words are with the first letter as capital.
4. Save the inputs by clicking on the "Save" button.                    

Informations de Base sur l'Extension

Nom Premium Cowin Slot Book Premium Cowin Slot Book
ID fmnkdeiocphdbgngjeglognlcedojdpa
URL Officiel https://chromewebstore.google.com/detail/premium-cowin-slot-book/fmnkdeiocphdbgngjeglognlcedojdpa
Description Extension to fill data over selfregistration.cowin.gov portal to speed up covid vaccine slot booking including captcha solver
Taille du Fichier 344 KB
Nombre d'Installations 1,111
Version Actuelle 1.0.6
Dernière Mise à Jour 2021-08-07
Date de Publication 2021-05-28
Évaluation 3.40/5 Total 10 Évaluations
Développeur https://cueweb.in
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://cueweb.in
URL de la Page d'Aide http://cueweb.in
URL de la Page de Politique de Confidentialité https://sites.google.com/d/1vBSNGQ-Vc3SSdb858QGQTOHZ7wWJLkfU/p/1_6vQTK_EN20gu7H0VGOc4zWSUe4kLuBr/edit
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Premium Cowin Slot Book",
    "description": "Extension to fill data over selfregistration.cowin.gov portal to speed up covid vaccine slot booking including captcha solver",
    "version": "1.0.6",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/selfregistration.cowin.gov.in\/*"
            ],
            "js": [
                "jquery.min.js",
                "bootstrap.min.js",
                "contentScript.js",
                "shortcut.js",
                "sessionexp.js",
                "frog.js"
            ],
            "css": [
                "bootstrap.min.css",
                "custom.css"
            ]
        }
    ],
    "icons": {
        "128": "iconp.png"
    }
}