Book Covid-19 Vaccination Slots.

Extension to look for an empty vaccination slots.

Book Covid-19 Vaccination Slots. क्या है?

Book Covid-19 Vaccination Slots. prathameshnemade95 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to look for an empty vaccination slots."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Book Covid-19 Vaccination Slots. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}