CoWIN Slot Availablity Notifier

Notifies you by ringing an alarm-tone when required vaccination slot is available on the CoWIN portal

Co je CoWIN Slot Availablity Notifier?

CoWIN Slot Availablity Notifier je rozšíření Chrome vyvinuté Abhijeet Sharma, a jeho hlavní funkcí je „Notifies you by ringing an alarm-tone when required vaccination slot is available on the CoWIN portal“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření CoWIN Slot Availablity Notifier

Stáhněte si soubory rozšíření CoWIN Slot Availablity Notifier 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í

                        Use this extension to get notified of any available vaccination slot in your locality.
An alarm will go off whenever such a slot is found. Then, you can view the latest slot availability data in an easy-to-view tabular form.
Hence, using this will increase your chances of getting a vaccination appointment and you can focus on other tasks instead of continuously checking the slot availability.
We use APIs which have been made publicly available to be used by third-party applications.                    

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

Název CoWIN Slot Availablity Notifier CoWIN Slot Availablity Notifier
ID cijfoobajnpgpphocpkdcplfphadeaea
Oficiální URL https://chromewebstore.google.com/detail/cowin-slot-availablity-no/cijfoobajnpgpphocpkdcplfphadeaea
Popis Notifies you by ringing an alarm-tone when required vaccination slot is available on the CoWIN portal
Velikost souboru 12.06 KB
Počet instalací 746
Aktuální Verze 1.2
Poslední Aktualizace 2021-05-27
Datum Vydání 2021-05-16
Hodnocení 4.67/5 Celkem 6 Hodnocení
Vývojář Abhijeet Sharma
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CoWIN Slot Availablity Notifier",
    "description": "Notifies you by ringing an alarm-tone when required vaccination slot is available on the CoWIN portal",
    "version": "1.2",
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png"
    },
    "options_page": ".\/options.html",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": []
}