CoWIN Slot Availablity Notifier
Notifies you by ringing an alarm-tone when required vaccination slot is available on the CoWIN portal
Hvad er CoWIN Slot Availablity Notifier?
CoWIN Slot Availablity Notifier er en Chrome-udvidelse udviklet af Abhijeet Sharma, og dens hovedfunktion er "Notifies you by ringing an alarm-tone when required vaccination slot is available on the CoWIN portal".
Udvidelsesskærmbilleder
Download CoWIN Slot Availablity Notifier-udvidelses-CRX-fil
Download CoWIN Slot Availablity Notifier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | cijfoobajnpgpphocpkdcplfphadeaea |
| Officiel URL | https://chromewebstore.google.com/detail/cowin-slot-availablity-no/cijfoobajnpgpphocpkdcplfphadeaea |
| Beskrivelse | Notifies you by ringing an alarm-tone when required vaccination slot is available on the CoWIN portal |
| Filstørrelse | 12.06 KB |
| Antal Installationer | 746 |
| Nuværende Version | 1.2 |
| Senest Opdateret | 2021-05-27 |
| Udgivelsesdato | 2021-05-16 |
| Bedømmelse | 4.67/5 Samlet 6 Bedømmelser |
| Udvikler | Abhijeet Sharma |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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": []
} | |