CoWIN Slot Availablity Notifier
Notifies you by ringing an alarm-tone when required vaccination slot is available on the CoWIN portal
Cos'è CoWIN Slot Availablity Notifier?
CoWIN Slot Availablity Notifier è un'estensione di Chrome sviluppata da Abhijeet Sharma, e la sua funzione principale è "Notifies you by ringing an alarm-tone when required vaccination slot is available on the CoWIN portal".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CoWIN Slot Availablity Notifier
Scarica i file di estensione CoWIN Slot Availablity Notifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | CoWIN Slot Availablity Notifier |
ID | cijfoobajnpgpphocpkdcplfphadeaea |
URL Ufficiale | https://chromewebstore.google.com/detail/cowin-slot-availablity-no/cijfoobajnpgpphocpkdcplfphadeaea |
Descrizione | Notifies you by ringing an alarm-tone when required vaccination slot is available on the CoWIN portal |
Dimensione del File | 12.06 KB |
Conteggio Installazioni | 746 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2021-05-27 |
Data di Pubblicazione | 2021-05-16 |
Valutazione | 4.67/5 Totale 6 Valutazioni |
Sviluppatore | Abhijeet Sharma |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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": [] } |