Cowin Booking

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

Co to jest Cowin Booking?

Cowin Booking to rozszerzenie Chrome opracowane przez muthali ganesh, a jego główną funkcją jest „Extension to automatically fill data on cowin portal to speed up covid vaccine slot booking including captcha”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Cowin Booking

Pobierz pliki rozszerzeń Cowin Booking w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Automatically books cowin vaccination appointment quickly and automatically                    

Podstawowe informacje o rozszerzeniu

Nazwa Cowin Booking Cowin Booking
ID hpkpbfeihkdokkifjnfomcpjldjfpmig
Oficjalny URL https://chromewebstore.google.com/detail/cowin-booking/hpkpbfeihkdokkifjnfomcpjldjfpmig
Opis Extension to automatically fill data on cowin portal to speed up covid vaccine slot booking including captcha
Rozmiar pliku 100 KB
Liczba instalacji 25,128
Aktualna Wersja 4.1.2
Ostatnia Aktualizacja 2021-06-08
Data Publikacji 2021-06-03
Ocena 4.45/5 Łącznie 53 Oceny
Deweloper muthali ganesh
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.aozata.com
Adres URL Strony Pomocy https://www.aozata.com/quickest-way-to-book-vaccine-slot-on-cowin-website/
Adres URL Strony Polityki Prywatności https://aozata.com/aozata-privacy-policy
Obsługiwane Języki 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"
    }
}