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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Co-Win Slot Finder helps to find available vaccination center based on preference"।

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

screenshot
screenshot

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

crx प्रारूप में Co-Win Slot Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
    }
}