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
公式URL 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
Eメール [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"
        ]
    }
}