COVID Vaccine Slot Checker- India
This extension will monitor slots for vaccination from cowin.gov.in and trigger an audio alert as soon as a slot is found.
Qu'est-ce que COVID Vaccine Slot Checker- India ?
COVID Vaccine Slot Checker- India est une extension Chrome développée par Yogesh Joshi, et sa fonction principale est "This extension will monitor slots for vaccination from cowin.gov.in and trigger an audio alert as soon as a slot is found.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension COVID Vaccine Slot Checker- India
Téléchargez les fichiers d'extension COVID Vaccine Slot Checker- India 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
The extension will monitor the cowin.gov.in for available vaccine slots for the given pincode/district & age bracket every few seconds. Once found it will alert the user with an audio alert and the user can click the extension to view the slots. ** IMPORTANT MESSAGE ** : The minimum interval for polling is deliberately kept at 15 secs, anything less than that could get your IP banned. Update 1.21: Added filter for free/paid Added option for min age of 40 yrs UI refresh only updates the 'Availability' panel Update 1.20: Show/Hide the filters section Update 1.19: Option to poll every 15 seconds Filter by vaccine dose, type & minimum slots available Update 1.18: Option to search by district Update 1.17: Option to poll every 30 seconds Option to check all age groups Added loud notification
Informations de Base sur l'Extension
Nom | COVID Vaccine Slot Checker- India |
ID | hmmahfccoaoebmjhmcnbbomomkimomhi |
URL Officiel | https://chromewebstore.google.com/detail/covid-vaccine-slot-checke/hmmahfccoaoebmjhmcnbbomomkimomhi |
Description | This extension will monitor slots for vaccination from cowin.gov.in and trigger an audio alert as soon as a slot is found. |
Taille du Fichier | 621 KB |
Nombre d'Installations | 5,068 |
Version Actuelle | 1.21 |
Dernière Mise à Jour | 2021-06-08 |
Date de Publication | 2021-04-29 |
Évaluation | 4.49/5 Total 100 Évaluations |
Développeur | Yogesh Joshi |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "COVID Vaccine Slot Checker- India", "description": "This extension will monitor slots for vaccination from cowin.gov.in and trigger an audio alert as soon as a slot is found.", "version": "1.21", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "storage" ], "background": { "persistent": true, "scripts": [ "js\/jquery.js", "js\/background.js" ] } } |