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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
        ]
    }
}