Cowin Booking

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

Apa itu Cowin Booking?

Cowin Booking adalah ekstensi Chrome yang dikembangkan oleh muthali ganesh, dan fitur utamanya adalah "Extension to automatically fill data on cowin portal to speed up covid vaccine slot booking including captcha".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Cowin Booking

Unduh file ekstensi Cowin Booking dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Automatically books cowin vaccination appointment quickly and automatically                    

Informasi Dasar Ekstensi

Nama Cowin Booking Cowin Booking
ID hpkpbfeihkdokkifjnfomcpjldjfpmig
URL Resmi https://chromewebstore.google.com/detail/cowin-booking/hpkpbfeihkdokkifjnfomcpjldjfpmig
Deskripsi Extension to automatically fill data on cowin portal to speed up covid vaccine slot booking including captcha
Ukuran File 100 KB
Jumlah Instalasi 25,128
Versi Saat Ini 4.1.2
Terakhir Diperbarui 2021-06-08
Tanggal Publikasi 2021-06-03
Penilaian 4.45/5 Total 53 Penilaian
Pengembang muthali ganesh
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.aozata.com
URL Halaman Bantuan https://www.aozata.com/quickest-way-to-book-vaccine-slot-on-cowin-website/
URL Halaman Kebijakan Privasi https://aozata.com/aozata-privacy-policy
Bahasa yang Didukung 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"
    }
}