CoWIN Slot Availablity Notifier
Notifies you by ringing an alarm-tone when required vaccination slot is available on the CoWIN portal
Qu'est-ce que CoWIN Slot Availablity Notifier ?
CoWIN Slot Availablity Notifier est une extension Chrome développée par Abhijeet Sharma, et sa fonction principale est "Notifies you by ringing an alarm-tone when required vaccination slot is available on the CoWIN portal".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CoWIN Slot Availablity Notifier
Téléchargez les fichiers d'extension CoWIN Slot Availablity Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | CoWIN Slot Availablity Notifier |
ID | cijfoobajnpgpphocpkdcplfphadeaea |
URL Officiel | https://chromewebstore.google.com/detail/cowin-slot-availablity-no/cijfoobajnpgpphocpkdcplfphadeaea |
Description | Notifies you by ringing an alarm-tone when required vaccination slot is available on the CoWIN portal |
Taille du Fichier | 12.06 KB |
Nombre d'Installations | 746 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2021-05-27 |
Date de Publication | 2021-05-16 |
Évaluation | 4.67/5 Total 6 Évaluations |
Développeur | Abhijeet Sharma |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [] } |