CoWIN Slot Availablity Notifier

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

什么是CoWIN Slot Availablity Notifier?

CoWIN Slot Availablity Notifier是由Abhijeet Sharma开发的Chrome扩展程序,该扩展的主要功能是“Notifies you by ringing an alarm-tone when required vaccination slot is available on the CoWIN portal”。

扩展截图

screenshot
screenshot
screenshot

下载CoWIN Slot Availablity Notifier扩展crx文件

下载CoWIN Slot Availablity Notifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 CoWIN Slot Availablity Notifier CoWIN Slot Availablity Notifier
ID cijfoobajnpgpphocpkdcplfphadeaea
官方URL https://chromewebstore.google.com/detail/cowin-slot-availablity-no/cijfoobajnpgpphocpkdcplfphadeaea
简介 Notifies you by ringing an alarm-tone when required vaccination slot is available on the CoWIN portal
文件大小 12.06 KB
安装次数 746
当前版本 1.2
更新时间 2021-05-27
上架时间 2021-05-16
评分 4.67/5 共6次评分
开发者 Abhijeet Sharma
电子邮箱 [email protected]
付费类型 free
支持的语言 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": []
}