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.

什麼是COVID Vaccine Slot Checker- India?

COVID Vaccine Slot Checker- India是由Yogesh Joshi開發的Chrome擴展程式,該擴展的主要功能是“This extension will monitor slots for vaccination from cowin.gov.in and trigger an audio alert as soon as a slot is found.”。

擴展截圖

screenshot
screenshot

下載COVID Vaccine Slot Checker- India擴展crx文件

下載COVID Vaccine Slot Checker- India擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 COVID Vaccine Slot Checker- India COVID Vaccine Slot Checker- India
ID hmmahfccoaoebmjhmcnbbomomkimomhi
官方網址 https://chromewebstore.google.com/detail/covid-vaccine-slot-checke/hmmahfccoaoebmjhmcnbbomomkimomhi
簡介 This extension will monitor slots for vaccination from cowin.gov.in and trigger an audio alert as soon as a slot is found.
檔案大小 621 KB
安裝次數 5,068
目前版本 1.21
更新時間 2021-06-08
上架時間 2021-04-29
評分 4.49/5 共 100 次評分
開發者 Yogesh Joshi
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
        ]
    }
}