Book Covid-19 Vaccination Slots.

Extension to look for an empty vaccination slots.

Book Covid-19 Vaccination Slots.란 무엇입니까?

Book Covid-19 Vaccination Slots.은(는) prathameshnemade95에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to look for an empty vaccination slots."입니다.

확장 프로그램 스크린샷

screenshot

Book Covid-19 Vaccination Slots. 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extensions helps you to look for an empty vaccination slot.
The scan is done for next 6 days, if there's any slot available in next 6 days it would land you on the booking appointment page.

Please land on the appointment page and then "Initialize" this extension.


How to use this?
a. Login into your account
b. Click on Schedule appointment
c. Filter it based on District/Pincode
d. And click on search button
e. Click on Initialise and then Start scan in the extension
f. Once the slot is available it will be booked automatically.

Note: It wont work on any other page except the appointment page.
Please refresh your page, If the extension does not Initialize.                    

확장 프로그램 기본 정보

이름 Book Covid-19 Vaccination Slots. Book Covid-19 Vaccination Slots.
ID nbihfiblmebjoppccegmiopkipcknedo
공식 URL https://chromewebstore.google.com/detail/book-covid-19-vaccination/nbihfiblmebjoppccegmiopkipcknedo
설명 Extension to look for an empty vaccination slots.
파일 크기 70.28 KB
설치 횟수 690
현재 버전 1.0.5
최근 업데이트 2021-06-08
출시 날짜 2021-05-10
평점 3.67/5 총 3 개의 평점
개발자 prathameshnemade95
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Book Covid-19 Vaccination Slots.",
    "description": "Extension to look for an empty vaccination slots.",
    "manifest_version": 2,
    "version": "1.0.5",
    "icons": {
        "16": "vaccine16.png",
        "48": "vaccine48.png",
        "128": "vaccine128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "vaccine16.png",
            "48": "vaccine48.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}