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ファイルをダウンロード

Book Covid-19 Vaccination Slots.拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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