CoWIN Slot Availablity Notifier

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

What is CoWIN Slot Availablity Notifier?

CoWIN Slot Availablity Notifier is a Chrome extension developed by Abhijeet Sharma, and its main feature is "Notifies you by ringing an alarm-tone when required vaccination slot is available on the CoWIN portal".

Extension Screenshots

screenshot
screenshot
screenshot

Download CoWIN Slot Availablity Notifier Extension CRX File

Download CoWIN Slot Availablity Notifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name CoWIN Slot Availablity Notifier CoWIN Slot Availablity Notifier
ID cijfoobajnpgpphocpkdcplfphadeaea
Official URL 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
File Size 12.06 KB
Installation Count 746
Current Version 1.2
Last Updated 2021-05-27
Publish Date 2021-05-16
Rating 4.67/5 Total 6 Ratings
Developer Abhijeet Sharma
Email [email protected]
Payment Type free
Supported Languages 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": []
}