Co-Win Slot Finder

Co-Win Slot Finder helps to find available vaccination center based on preference

¿Qué es Co-Win Slot Finder?

Co-Win Slot Finder es una extensión de Chrome desarrollada por Soumyarup Banik, y su función principal es "Co-Win Slot Finder helps to find available vaccination center based on preference".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Co-Win Slot Finder

Descarga archivos de extensión Co-Win Slot Finder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Co-Win Slot Finder uses CoWin public API to search and filter all possible and available vaccination centers based on your location preference where slots available without logging into the cowin portal. 

Features:
1. Based on your State, District, Age Group, Dose and Vaccine choice, user can set their preference.
2. Clicking on the alert icon, once a slot is available, it will popup a notification in the screen.
3. Clicking on the Center name, it will open a google map from where user can locate the vaccination center.

N.B. This extension only give a list for available vaccination centers, this doesn't guarantee slot booking.

Releases:

0.1.3 Added notification sound.
0.1.5 Added preference based on the Dose number and preferred vaccine. Improved UI                    

Información Básica de la Extensión

Nombre Co-Win Slot Finder Co-Win Slot Finder
ID gblkgcmlfkljiapefjpeoaoeedknjoob
URL Oficial https://chromewebstore.google.com/detail/co-win-slot-finder/gblkgcmlfkljiapefjpeoaoeedknjoob
Descripción Co-Win Slot Finder helps to find available vaccination center based on preference
Tamaño del Archivo 1.7 MB
Cantidad de Instalaciones 303
Versión Actual 0.1.6
Última Actualización 2021-05-18
Fecha de Publicación 2021-05-12
Calificación 4.13/5 Total de 8 Calificaciones
Desarrollador Soumyarup Banik
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Co-Win Slot Finder",
    "version": "0.1.6",
    "description": "Co-Win Slot Finder helps to find available vaccination center based on preference",
    "permissions": [
        "notifications",
        "storage"
    ],
    "icons": {
        "32": "assets\/icon32.png"
    },
    "browser_action": {
        "default-icon": "assets\/icon32.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "runtime.js"
        ],
        "persistent": true
    }
}