Cowin Booking

Extension to automatically fill data on cowin portal to speed up covid vaccine slot booking including captcha

Vad är Cowin Booking?

Cowin Booking är en Chrome-tillägg utvecklad av muthali ganesh, och dess huvudfunktion är "Extension to automatically fill data on cowin portal to speed up covid vaccine slot booking including captcha".

Tilläggsskärmbilder

screenshot

Ladda ner Cowin Booking-förlängningens CRX-fil

Ladda ner Cowin Booking-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

                        Automatically books cowin vaccination appointment quickly and automatically                    

Grundläggande Information om Tillägg

Namn Cowin Booking Cowin Booking
ID hpkpbfeihkdokkifjnfomcpjldjfpmig
Officiell webbadress https://chromewebstore.google.com/detail/cowin-booking/hpkpbfeihkdokkifjnfomcpjldjfpmig
Beskrivning Extension to automatically fill data on cowin portal to speed up covid vaccine slot booking including captcha
Filstorlek 100 KB
Antal Installationer 25,128
Aktuell Version 4.1.2
Senast Uppdaterad 2021-06-08
Publiceringsdatum 2021-06-03
Betyg 4.45/5 Totalt 53 Betyg
Utvecklare muthali ganesh
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.aozata.com
Hjälpsida URL https://www.aozata.com/quickest-way-to-book-vaccine-slot-on-cowin-website/
URL till Sekretesspolicy Sidan https://aozata.com/aozata-privacy-policy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cowin Booking",
    "description": "Extension to automatically fill data on cowin portal to speed up covid vaccine slot booking including captcha",
    "version": "4.1.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/selfregistration.cowin.gov.in\/*"
            ],
            "js": [
                "jquery.min.js",
                "bootstrap.min.js",
                "model.js",
                "form.js",
                "contentScript.js",
                "captcha-dispatch-event.js",
                "shortcut.js",
                "sessionexp.js"
            ],
            "css": [
                "bootstrap.min.css",
                "custom.css"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}