Co-Win Slot Finder

Co-Win Slot Finder helps to find available vaccination center based on preference

Co-Win Slot Finder란 무엇입니까?

Co-Win Slot Finder은(는) Soumyarup Banik에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Co-Win Slot Finder helps to find available vaccination center based on preference"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Co-Win Slot Finder 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Co-Win Slot Finder uses CoWin public API to search and filter all possible and available vaccination centers based on your location preference where slots available without logging into the cowin portal. 

Features:
1. Based on your State, District, Age Group, Dose and Vaccine choice, user can set their preference.
2. Clicking on the alert icon, once a slot is available, it will popup a notification in the screen.
3. Clicking on the Center name, it will open a google map from where user can locate the vaccination center.

N.B. This extension only give a list for available vaccination centers, this doesn't guarantee slot booking.

Releases:

0.1.3 Added notification sound.
0.1.5 Added preference based on the Dose number and preferred vaccine. Improved UI                    

확장 프로그램 기본 정보

이름 Co-Win Slot Finder Co-Win Slot Finder
ID gblkgcmlfkljiapefjpeoaoeedknjoob
공식 URL https://chromewebstore.google.com/detail/co-win-slot-finder/gblkgcmlfkljiapefjpeoaoeedknjoob
설명 Co-Win Slot Finder helps to find available vaccination center based on preference
파일 크기 1.7 MB
설치 횟수 303
현재 버전 0.1.6
최근 업데이트 2021-05-18
출시 날짜 2021-05-12
평점 4.13/5 총 8 개의 평점
개발자 Soumyarup Banik
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Co-Win Slot Finder",
    "version": "0.1.6",
    "description": "Co-Win Slot Finder helps to find available vaccination center based on preference",
    "permissions": [
        "notifications",
        "storage"
    ],
    "icons": {
        "32": "assets\/icon32.png"
    },
    "browser_action": {
        "default-icon": "assets\/icon32.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "runtime.js"
        ],
        "persistent": true
    }
}