Book Covid-19 Vaccination Slots.

Extension to look for an empty vaccination slots.

Book Covid-19 Vaccination Slots. là gì?

Book Covid-19 Vaccination Slots. là một tiện ích mở rộng Chrome được phát triển bởi prathameshnemade95, và tính năng chính của nó là "Extension to look for an empty vaccination slots.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Book Covid-19 Vaccination Slots.

Tải xuống các tệp mở rộng Book Covid-19 Vaccination Slots. dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Book Covid-19 Vaccination Slots. Book Covid-19 Vaccination Slots.
ID nbihfiblmebjoppccegmiopkipcknedo
URL Chính Thức https://chromewebstore.google.com/detail/book-covid-19-vaccination/nbihfiblmebjoppccegmiopkipcknedo
Mô tả Extension to look for an empty vaccination slots.
Kích Thước Tệp 70.28 KB
Số Lần Cài Đặt 690
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2021-06-08
Ngày Phát Hành 2021-05-10
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển prathameshnemade95
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}