Co-Win Slot Finder

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

Co je Co-Win Slot Finder?

Co-Win Slot Finder je rozšíření Chrome vyvinuté Soumyarup Banik, a jeho hlavní funkcí je „Co-Win Slot Finder helps to find available vaccination center based on preference“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Co-Win Slot Finder

Stáhněte si soubory rozšíření Co-Win Slot Finder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Co-Win Slot Finder Co-Win Slot Finder
ID gblkgcmlfkljiapefjpeoaoeedknjoob
Oficiální URL https://chromewebstore.google.com/detail/co-win-slot-finder/gblkgcmlfkljiapefjpeoaoeedknjoob
Popis Co-Win Slot Finder helps to find available vaccination center based on preference
Velikost souboru 1.7 MB
Počet instalací 303
Aktuální Verze 0.1.6
Poslední Aktualizace 2021-05-18
Datum Vydání 2021-05-12
Hodnocení 4.13/5 Celkem 8 Hodnocení
Vývojář Soumyarup Banik
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
    }
}